Ubuntu Server 18.04.1
cat /etc/apt/sources.list.d/univention-dev-ubuntu-ppa-bionic.list
deb http://ppa.launchpad.net/univention-dev/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/univention-dev/ppa/ubuntu bionic main
sudo apt-get install univention-domain-join
Reading package lists... Done
Building dependency tree
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:
univention-domain-join : Depends: univention-domain-join-cli but it is not going to be installed
Depends: python-qt4 but it is not installable
E: Unable to correct problems, you have held broken packages.
sudo apt-get install univention-domain-join-cli
Reading package lists... Done
Building dependency tree
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:
univention-domain-join-cli : Depends: python-univention-domain-join but it is not going to be installed
Depends: auth-client-config but it is not installable
Depends: heimdal-clients but it is not installable
Depends: ntpdate but it is not installable
Depends: sshpass but it is not installable
Recommends: univention-domain-join but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Why?