Execute uma atualização completa do sistema e tente novamente:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
Estou tentando instalar o pacote lubuntu-desktop.
user@host:~$ sudo apt-get install lubuntu-desktop
falha com este erro:
The following packages have unmet dependencies.
lubuntu-desktop : Depends: gdebi but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
então prossigo com
user@host:~$ sudo apt-get install gdebi
levando a
The following packages have unmet dependencies.
gdebi : Depends: gdebi-core (= 0.9.5.3ubuntu2) but 0.9.5.3ubuntu1 is to be installed
Recommends: libgtk2-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Então eu vou em frente e pego este pacote libgtk2-perl, e então tento instalar o gdebi novamente, levando a:
user@host:~$ sudo apt-get install gdebi
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.
gdebi : Depends: gdebi-core (= 0.9.5.3ubuntu2) but 0.9.5.3ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.
O que deu errado, mas principalmente, como corrijo isso ??
EDIT: adicionando informações solicitadas
GDEBI
user@host:~$ sudo apt-cache policy gdebi
gdebi:
Installed: (none)
Candidate: 0.9.5.3ubuntu2
Version table:
0.9.5.3ubuntu2 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty-proposed/universe amd64 Packages
0.9.5.3ubuntu1 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 Packages
0.9.5.3 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
GDEBI-CORE
user@host:~$ sudo apt-cache policy gdebi-core
gdebi-core:
Installed: 0.9.5.3ubuntu1
Candidate: 0.9.5.3ubuntu1
Version table:
*** 0.9.5.3ubuntu1 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
0.9.5.3 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
Execute uma atualização completa do sistema e tente novamente:
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade