kee-org / keepassrpc

The KeePassRPC plugin that needs to be installed inside KeePass in order for Kee to be able to connect your browser to your passwords
GNU General Public License v2.0
635 stars 35 forks source link

Ubuntu 19.04 Disco : Not compatible with KeePass... #74

Closed h2ofranck closed 4 years ago

h2ofranck commented 5 years ago

Hi, problem on my new Ubuntu 19.04: "Not compatible with KeePass 2.41" ...

Resolved by a: sudo apt install mono-complete

Have a good day.

Undone commented 5 years ago

I had the same issue with Fedora 30, installing mono-complete fixed it for me aswell. Thanks for the tip.

jljouannic commented 5 years ago

No need to install the full set of dependencies pulled by mono-complete.

Here is the the command to install the minimum set of packages needed on Ubuntu 19.04 Disco in order to make the KeePassRPC plugin work:

$ sudo apt install mono-mcs libmono-system-numerics4.0-cil libmono-system-management4.0-cil
olix86 commented 5 years ago

Also worked for me on Debian Sid, thanks :)

Coruna commented 5 years ago

Exactly what I needed to get things work. Thanks a lot :)

luckyrat commented 4 years ago

Resolved per the usual "install the currently correct bits of mono" so I'm closing the issue.