-
Notifications
You must be signed in to change notification settings - Fork 3
Install KeePass 2.x or keepassx
Asterios Raptis edited this page Dec 26, 2017
·
1 revision
To install keepassx execute the following command:
sudo apt-get install keepassx
For now KeePass2 is official not supported. Thats why we have to import it from a PPA:
sudo add-apt-repository ppa:jtaylor/keepass
Now you can install KeePass2 with following commands:
sudo apt-get update
sudo apt-get install keepass2
The default view of the tans are in a tile view. Not very practical if you want to know which tan you have to pic. To change this uncheck the flag 'Use Simple List for TAN-Only Groups' under menu:
View -> TAN View Options -> Use Simple List for TAN-Only Groups
You can remove the PPA and downgrade KeePass2 with the following command:
sudo apt-get install ppa-purge && sudo ppa-purge ppa:jtaylor/keepass