Table of Contents

, , , , ,

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~~