Eu tenho o Debian 8.2 instalado em uma VM VirtualBox e adicionei o repositório instável (sid) a /etc/apt/sources.list
sem remover nenhum outro repositório e depois executei apt-get update && apt-get upgrade && apt-get autoremove
. Antes disso, eu tinha o Plasma 4 instalado, eu esperava que adicionando este repositório me daria o Plasma 5, mas eu não tenho nenhum desktop Plasma instalado, ou assim parece. Sempre que eu corro:
apt-get install kde-full
Eu recebo o erro:
The following packages have unmet dependencies:
kde-full : Depends: kde-plasma-desktop (>= 5:84) but it is not going to be installed
Depends: kde-plasma-netbook (>= 5:84) but it is not going to be installed
Depends: kdeartwork (>= 4:4.11.3) but it is not going to be installed
Depends: kdenetwork (>= 4:4.11.3) but it is not going to be installed
Depends: kdeutils (>= 4:4.11.3) but it is not going to be installed
Depends: kdepim (>= 4:4.11.3) but it is not going to be installed
Depends: kdeplasma-addons (>= 4:4.11.3) but it is not going to be installed
Recommends: kde-standard (>= 5:84) but it is not going to be installed
Recommends: kdewebdev (>= 4:4.11.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
sempre que tento instalar componentes específicos do Plasma usando apt-get install
como executando apt-get install kde-plasma-desktop
, recebo erros semelhantes, com a mesma linha final (ou seja, E: Unable to correct problems, you have held broken packages.
).
No que diz respeito à solução de problemas, eu pesquisei E: Unable to correct problems, you have held broken packages.
no Google e localizei as perguntas " Correção de pacotes quebrados no debian? " e " E: Incapaz de corrigir problemas, você realizou pacotes quebrados " e tentou:
apt-get install -f kde-full
que retornou o mesmo erro da execução sem a opção -f
. Eu também corri apt-get -f install
e acabou de retornar:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Eu também tentei executar:
aptitude why-not kde-full
e
aptitude why-not kde-plasma-desktop
e ambos retornaram:
Unable to find a reason to remove ...
onde ... é o nome do pacote fornecido após aptitude why-not
. Enquanto apt-mark showhold
não retornou nenhuma saída.