Same problem on Debian 11.After half a day's work I managed to work out this solution:
sudo apt updatesudo apt install -y build-essentialsudo apt install -y pythonsudo apt install -y python-dev libldap2-dev libsasl2-dev ldap-utils tox lcov valgrindpython get-pip.pypip install ajentisudo apt install -y curlcurl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.pysudo apt -y install gnupg2wget http://repo.ajenti.org/debian/key -O- | sudo apt-key add -echo "deb http://repo.ajenti.org/debian main main debian" | sudo tee /etc/apt/sources.list.d/ajenti.listsudo apt updatesudo apt download ajentisudo dpkg -i --force-depends ajenti_1.2.23.13_all.deb
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.
Сервис поддержки клиентов работает на платформе UserEcho
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.