KeePassX

Installation (DEB binary package)

Alternatively to graphical installation programs installation in console can be made as follows:

sudo dpkg -i KeePassX-{Version}.deb

Comments (8)

  1. rahmetli - 2006-10-11

    what about the requirements??Before installation check out the
    http://keepassx.sourceforge.net/requirements/
    page.
    you may not find all the req’s in the repo’s. :(

  2. HCHRIST - 2006-12-11

    Don’t forget to install libpng3.deb as well. (needed for dependency on libpng.so.3).

  3. Buzz - 2007-05-08

    How do I run this on the amd64 system?

  4. Lbravo - 2008-07-24

    Your console installation delivers this:

    dpkg: error processing KeePassX-{Version}.deb (–install):
    cannot access archive: No such file or directory
    Errors were encountered while processing:
    KeePassX-{Version}.deb

    I’d really like to install Keepass - please help!

    L.

  5. lateagain - 2008-08-27

    You’re supposed to replace {Version} with the version number of the file you downloaded !

  6. msall - 2008-09-11

    On Ubuntu 8, I got this error, requiring these extra packages to be installed.
    sudo dpkg -i keepassx_0.3.3-0ubuntu1~ppa1_i386.deb
    keepassx depends on libqt4-core (>= 4.3.4); however:
    Package libqt4-core is not installed.
    keepassx depends on libqt4-gui (>= 4.3.4); however:
    Package libqt4-gui is not installed.
    Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

    sudo apt-get -f install
    The following NEW packages will be installed:
    libaudio2 libqt4-core libqt4-gui
    … and then keepassx installed successfully.

  7. rjspotter - 2008-09-22

    @msall On Ubuntu 8

    run

    sudo apt-get install -y libqt4-core libqt4-gui libqt4-dbus libqt4-network libqt4-script libqt4-test libqt4-xml libqtcore4
    libqt4-assistant libqt4-designer libqt4-opengl libqt4-svg libqtgui4

    before

    sudo dpkg -i KeePassX-{Version}.deb

    –R

  8. pdg - 2008-09-25

    Keepassx is included in Debian 5.0+
    See http://packages.debian.org/keepassx

Leave a comment