-
Notifications
You must be signed in to change notification settings - Fork 49
en | Installation | Linux
Procedures to install and set up KeeFox on Linux.
KeePass 2 is available as the keepass2
package. KeeFox requires version 2.19 or higher.
For Ubuntu Precise, the packaged version is too old, so you must first add the KeePass 2 PPA. Add ppa:jtaylor/keepass
to the software sources, either through the GUI or by running
sudo add-apt-repository ppa:jtaylor/keepass
In Ubuntu Quantal or later, and Debian Wheezy or later, simply install the package from the repositories:
sudo apt-get install keepass2
You probably also need to install the Mono compilers:
sudo apt-get install mono-complete
Install the KeeFox Firefox extension the usual way. Restart Firefox.
To communicate with KeePass, KeeFox uses the KeePassRPC plugin. You can use the PPA kindly provided by David Lechner, or you can install it manually.
- Open a terminal window
- Type the following commands:
sudo apt-add-repository ppa:dlech/keepass2-plugins
sudo apt-get update && sudo apt-get install keefox
The Firefox extension saves the KeePassRPC plugin to your Firefox profile directory, but you will need to install it manually:
-
Create the KeePass plugins directory:
sudo mkdir /usr/lib/keepass2/plugins
-
Locate the
KeePassRPC.plgx
file in your Firefox profile directory (by default~/.mozilla/firefox/[randomstring].default/
), under/extensions/[email protected]/deps/
. Chdir to this directory, and install it usingsudo cp 'KeePassRPC.plgx' '/usr/lib/keepass2/plugins/'
Start keepass2
(it should show a dialog while it processes the new plugin) and restart Firefox. A dialog should pop up prompting you to authorize KeeFox.
If you want to use KeeFox in Thunderbird, [do so now](en | Thunderbird).
The information in this Wiki is out of date.
It is only of interest if you are using the old add-on called KeeFox in a very old (insecure) version of Firefox or other browsers based on the old Firefox XUL technology.
Read the manual for Kee and KeeBird instead.