For a plug-in to work in Linux (it may not) you need to install the mono compiler. This normally comes with the mono complete package. sudo apt-get install mono-complete
cheers, Paul
Last edit: Paul 2017-02-26
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
$ keepass2 --version
KeePass 2.35
Copyright © 2003-2017 Dominik Reichl
http://keepass.info/plugins.html#otpkeyprov
Placed plugin file in the /usr/lib/keepass2/Plugins directory then i get this message on restart:
'This plugin cannot be loaded.
The Following plugin is incompatible with the current KeePass version:
/usr/lib/keepass2/Plug...
Have a look at the plugin's website for an appropriate version.'
I don't get it, i have the latest version. :S Can anyone help me?
Trying to get this plugin working so i can test it with a NitroKey.
Last edit: Rusty Shackleford 2017-02-26
For a plug-in to work in Linux (it may not) you need to install the mono compiler. This normally comes with the mono complete package.
sudo apt-get install mono-complete
cheers, Paul
Last edit: Paul 2017-02-26
Worked like a charm, thank you.