Install KeePass 2.x or keepassx - lightblueseas/linuxstuff GitHub Wiki
How to install keepassx
To install keepassx execute the following command:
sudo apt-get install keepassx
How to install KeePass2
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
KeePass 2.x Tan View
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
How to reset
You can remove the PPA and downgrade KeePass2 with the following command:
sudo apt-get install ppa-purge && sudo ppa-purge ppa:jtaylor/keepass