
Eu tenho uma instalação do Ubuntu 13.10, e alguns devo ter removido alguns pacotes ou repositórios, então há alguns pacotes que simplesmente não desejam instalar. Ou seja:
SKYPE
sudo apt-get install skype-bin
The following packages have unmet dependencies:
skype-bin:i386 : Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
Depends: libx11-6:i386 but it is not going to be installed
Depends: libxext6:i386 but it is not going to be installed
Depends: libxss1:i386 but it is not going to be installed
Depends: libxv1:i386 but it is not going to be installed
Depends: libgl1-mesa-glx:i386 but it is not going to be installed
Recommends: sni-qt:i386 but it is not going to be installed
Recommends: libasound2-plugins:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Quenspluginwrapper
The following packages have unmet dependencies:
nspluginwrapper : Depends: nspluginviewer (= 1.4.4-0ubuntu5)
E: Unable to correct problems, you have held broken packages.
E muitos outros pacotes aparecem se eu tentar instalar as dependências mostradas. Acho que excluí um repositório inteiro, mas como posso descobrir quais são os padrão na lista?
Obrigado antecipadamente!
EDITAR
aquié uma cópia de/etc/apt/sources.list
Responder1
Tentar:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -f install
Isso tentará instalar dependências (ainda) não atendidas.
Responder2
Tente correr sudo apt-get update
primeiro.