De acordo com o cartaz, o seguinte comando funciona
apt-get -o Debug::pkgProblemResolver=true install click click-dev gir1.2-click-0.4 libclick-0.4-0
e dá o resultado
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following extra packages will be installed:
python3-click-package
Suggested packages:
ubuntu-app-launch-tools upstart-app-launch-tools
Recommended packages:
debootstrap
The following packages will be REMOVED:
python3-click
The following NEW packages will be installed:
python3-click-package
The following packages will be upgraded:
click click-dev gir1.2-click-0.4 libclick-0.4-0
4 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 146 kB of archives.
After this operation, 1,024 B of additional disk space will be used.
Do you want to continue? [Y/n]
Portanto, nenhum problema apareceu ao executar um apt-get install
explícito.
Pedi ao cartaz para executá-lo sem o sinalizador de depuração para ver se ele forneceu os mesmos resultados, mas aparentemente ele já havia executado a versão de depuração.