User Tools

Site Tools


pages:howtos:keepass:where_to_put_keepass_plugins_under_linux

Where To Put KeePass Plugins Under Linux (Mono)

References

Scope

How to install Mono, KeePass 2.X and some plugins under OpenSUSE Tumbleweed.

Implementation

Please be aware, that there might be newer versions of the plugins. Links to the latest releases are provided under “References”.

zypper ref && zypper in mono-complete keepass
mkdir -pv  /usr/lib/keepass/plugins
wget https://github.com/jnko/SimpleDatabaseBackup/raw/master/SimpleDatabaseBackup.plgx -P /usr/lib/keepass/plugins
wget https://github.com/Rookiestyle/KeePassOTP/releases/download/v1.5/KeePassOTP.plgx -P /usr/lib/keepass/plugins
chown -R root:root /usr/lib/keepass/plugins/
chmod -R 644 /usr/lib/keepass/plugins/*


~~DISCUSSION~~

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
pages/howtos/keepass/where_to_put_keepass_plugins_under_linux.txt · Last modified: 2022/10/25 18:51 by Heiko Mischer