+1
Under review

Unable to install Ajenti on Debian Wheezy (7.6)

Jean-Ray Arseneau 10 years ago updated 10 years ago 6
Hello,

Was attempting to install Ajenti on my Debian 7.6 system, and it complains about depending python-psutil >= 0.6.0, however the Debian sources only contain 0.5.1.

The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ajenti : Depends: python-psutil (>= 0.6.0) but 0.5.1-1 is to be installed
E: Unable to correct problems, you have held broken packages.
Followed the KB article on how to install on Debian. Unsure what's going on.
Under review
Our repo contains following packages:
-rw-r--r-- 1 root root 58154 Sep 24 2013 python-psutil_0.6.1-2_amd64.deb
-rw-r--r-- 1 root root 58714 Sep 1 2012 python-psutil_0.6.1-2_armel.deb
-rw-r--r-- 1 root root 58632 Sep 1 2012 python-psutil_0.6.1-2_armhf.deb
-rw-r--r-- 1 root root 59786 Sep 1 2012 python-psutil_0.6.1-2_i386.deb
-rw-r--r-- 1 root root 56614 Sep 25 2013 python-psutil_0.6.1-3_amd64.deb

Try to run apt-get install python-psutil manually before installing Ajenti.
Unfortunately that didn't work.

Had to manually download the .deb file and install it before ajenti would install. Very odd.
Did you download it from our repo or somewhere else? Is repo.ajenti.org/debian/python-psutil_0.6.1-3_amd64.deb installable on your system?
Yes, after I manually installed psutil-0.6.1-3, doing an apt-get install ajenti worked fine.

(I did configure the ajenti repo as instructed as well).