Hello Linux Geeksters. As you may know, KeePassX is an open source application used for password-management, enabling the users to create, store, generate and edit passwords. It encrypts the passwords and databases via the AES or Twofish algorithms, providing security for the user’s passwords.

The latest version available is KeePassX 2.0 Alpha 5, which has been recently released. Among others, it comes with support for opening the latest database used on app launch, support drag and drop, the ability to remove multiple entries and support for editing entries via double-click.
In this article I will show you how to install KeePassX 2.0 Alpha 5 on Ubuntu 14.04 Trusty Tahr, Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Ubuntu 10.04 Lucid Lynx, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Pear OS 8, Pear OS 7 and Elementary OS 0.2 Luna.
Because it is available via PPA, installing KeePassX 2.0 Alpha 5 on the listed Ubuntu, Linux Mint, Pear OS and Elementary OS systems is easy. All you have to do is add the ppa to your system, update the local repository index and install the keepassx package. Like this:
$ sudo add-apt-repository ppa:keepassx/daily
$ sudo apt-get update
$ sudo apt-get install keepassx