I have already Installed KeePass2 and also installed both Add-ons Kee. But I don't know how to integrate it.
How can I accomplish this?
I have already Installed KeePass2 and also installed both Add-ons Kee. But I don't know how to integrate it.
How can I accomplish this?
Ubuntu 14.04, 15.10 / Linux Mint 17
First, you neither need
PassIFox
nor the extra PPA describe by @Faisal Haq Salafi asmono-complete
andkeepass2
are already available in the repository.Installation
install
keepass2
andmono
CLI compiler and system manager library:mono-complete
);Configuration
KeePass plugin location:
/usr/lib/keepass2/plugins
Keefox
/usr/lib/keepass2
/usr/bin/mono
KeePassRPC plugin
Restart
Quit and restart both:
Ubuntu 22.04
Install KeyPass2:
Press Alt+Ctrl+T to start terminal and run following commands one by one.
Open Firefox, install
Kee
from Add-onTools>Add-ons
Search for
Kee
and install it.Open as Administrator (Access), skip if you have it, if not follow the step.
Download KeePassRPC plugins
KeePassRPC.plgx
Right click plugins (/usr/lib/keepass2/plugins) folder select
"Open as Administrator"
Copy Paste the latest version of KeePassRPC into the plugins folder
You're all done!
[Edited on 04/29/2016]
Since the 1.6.0 version of KeeFox, this trick is not working. New libs are required. At the moment, I found
libmono2.0-cil
but there is more. I posted a topic on the the KeeFox forum.[Original post]
KeeFox don't need everything from mono, so it's useless to install
mono-complete
.mono-dmcs
andlibmono-system-management4.0-cil
must be enough. So, this command must do the trick:sudo apt-get install keepass2 mono-dmcs libmono-system-management4.0-cil
With this method, you'll spare more than 120Mo and a bunch of useless lib to keep up to date. I get this requirement from the KeeFox GitHub wiki: https://github.com/luckyrat/KeeFox/wiki/en-|-Running-KeeFox-under-Mono
Ubuntu 16.04
If You have KeePass 2 installed, then there is a convenient way to keep everything up to date and working.
Install
Add a ppa, and install KeeFox from there:
This will also install the RPC plugin (
keepass2-plugin-rpc
) as its dependency.Configure
as descibed by @Édouard-lopez
/usr/lib/keepass2
/usr/bin/mono
Benefits:
KeePassRPC.plgx
filekeepass2-plugin-application-indicator
)(check for older versions needed!)
Edit
xul-ext-keefox
instead ofkeepass2-plugin-rpc
ensures version compatibilityFor Ubuntu 18.04 From the Ubuntu Software search and install KeePassXc KeePassXC
In FireFox, in Add-ons (shortcut Ctrl + Shift + A) search for KeePassXC-Browser Add to Firefox.
Open KeePassXC and open your KeePass database, then go to
Make Sure you check
Then in FireFox click on the newly added KeePassXC-Browser button and then in the Connect button A new KeePassXC: New key association request window opens, type in the name of your database and Save and allow access.
That's it, KeePassXC is now integrated.
Here is a discussion of KeePass with plugins on Ubuntu and either browser integration in general and that is more current: "KeePass and Ubuntu 20.04 Setup (with Chrome, Firefox)?" KeePass and Ubuntu 20.04 Setup (with Chrome, Firefox)?