+8
Installation Issue - The following packages have unmet dependencies: ???
I am trying to install Ajenti on a new Digital Ocean Droplet with Linux Ubuntu (20.something). And while running the command line installation.....
Quick automatic install
wget -O- https://raw.github.com/ajenti/ajenti/1.x/scripts/install-ubuntu.sh | sudo sh
I keep getting some issues with installing the required Python packages. Here's the message that I keep getting:
The following packages have unmet dependencies: ajenti : Depends: python (>= 2.6) Depends: python-support (>= 0.90.0) but it is not going to be installed Depends: python-lxml (>= 2.2.4) but it is not going to be installed Depends: python-gevent but it is not going to be installed Depends: python-gevent-socketio but it is not going to be installed Depends: python-psutil (>= 0.6.0) but it is not going to be installed Depends: python-reconfigure (>= 0.1.46) but it is not going to be installed Depends: python-daemon but it is not installable Depends: python-passlib but it is not going to be installed Depends: python-requests (>= 0.12.0) but it is not going to be installed Depends: python-dbus but it is not going to be installed Depends: python-imaging but it is not installable Depends: python-catcher but it is not going to be installed Depends: python-exconsole (>= 0.1.5) but it is not going to be installed Depends: python-ldap but it is not installable E: Unable to correct problems, you have held broken packages.
What exactly do I need to do to correct this problem and ensure that I have a solid installation? Thanks.
Сервис поддержки клиентов работает на платформе UserEcho
Refer to this solution
Same problem on Debian 11.
After half a day's work I managed to work out this solution:
Problem after installing ajenti like this is that `apt` thinks it is now holding broken dependencies. It always asks you to run `apt --fix-broken install`, which would then uninstall ajenti again.
Hey
I have the same problem
root@file:/home/ti# apt-get install ajenti -yReading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
ajenti : Depends: python (>= 2.6) but it is not installable
Depends: python-support (>= 0.90.0) but it is not going to be installed
Depends: python-lxml (>= 2.2.4) but it is not installable
Depends: python-gevent but it is not going to be installed
Depends: python-gevent-socketio but it is not going to be installed
Depends: python-psutil (>= 0.6.0) but it is not going to be installed
Depends: python-reconfigure (>= 0.1.46) but it is not going to be installed
Depends: python-daemon but it is not installable
Depends: python-passlib but it is not going to be installed
Depends: python-requests (>= 0.12.0) but it is not going to be installed
Depends: python-dbus but it is not installable
Depends: python-imaging but it is not installable
Depends: python-catcher but it is not going to be installed
Depends: python-exconsole (>= 0.1.5) but it is not going to be installed
Depends: python-ldap but it is not installable
E: Unable to correct problems, you have held broken packages.
I tried the above procedure and it didn't work.
Some help?