Installation (DEB-Binärpaket)
Alternativ zu grafischen Installationsprogrammen erfolgt die Installation von Debianpaketen im Terminal wie folgt:
sudo dpkg -i KeePassX-{Version}.deb
Comments (10)
Leave a comment
Latest version: 0.4.3
Alternativ zu grafischen Installationsprogrammen erfolgt die Installation von Debianpaketen im Terminal wie folgt:
sudo dpkg -i KeePassX-{Version}.deb
Comments (10)
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.
Don’t forget to install libpng3.deb as well. (needed for dependency on libpng.so.3).
How do I run this on the amd64 system?
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.
You’re supposed to replace {Version} with the version number of the file you downloaded !
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.
@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
Keepassx is included in Debian 5.0+
See http://packages.debian.org/keepassx
package installer on Ubuntu Hardy reports:
“Dependency is not satisfiable: libqt4-core”
apt-get on libqt4-core reports:
“Package libqt4-core is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libqt4-core has no installation candidate”
(I’m using std. Ubuntu mirrors in my sources.list file).
Ideas ?
Huh…nevermind. Broken Ubuntu repository. (suggestion: don’t use the repository at the Univ. of Texas, utexas.edu