Linux – compile Keepassx

Tutorial: Compile Keepassx under Ubuntu Linux

In the current apt sources there is just the version 1 available. When you compile the tarball manually you’ll get the newest version 2.

Download Source code: https://www.keepassx.org/downloads/

 tar xfv keepassx-2.0.2.tar.gz
 cd keepassx-2.0.2/
 mkdir build
 cd build/
 sudo apt-get install build-essential cmake libqt4-dev libgcrypt-dev libxtst-dev zlib1g-dev
 export QT_SELECT=qt4
 cmake ..
 make
 sudo make install

Kommentar verfassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben scrollen