Limpando as dependências não atendidas do aplicativo desinstalado

2

Primeiro, sou novo no Linux. Agora, eu tentei instalar um tocador de música chamado Clementine (no Kali Linux 2.0 x64), mas ele não foi (corretamente?) Instalado (já que eu posso ver que é um ícone na lista de aplicativos). Agora, toda vez que tento atualizar / atualizar as listas de fontes, recebo os seguintes erros de acordo com a instalação incorreta do Clementine:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... failed.
The following packages have unmet dependencies:
 clementine : Depends: libgpod4 (>= 0.6.0) but it is not installed
              Depends: liblastfm1 (>= 1.0.0) but it is not installed
              Depends: libqca2 (>= 2.0.2) but it is not installed
              Depends: libqjson0 (>= 0.7.1) but it is not installed
              Depends: gstreamer0.10-plugins-ugly but it is not installable
              Depends: libprojectm-data but it is not installable or
                       projectm-data but it is not installed
 libqca2-plugin-ossl : Depends: libqca2 (>= 2.0.2) but it is not installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies

Por favor, por favor me ajude aqui!

    
por A. Anchan 15.01.2016 / 12:17

1 resposta

0

Tente o seguinte comando:

sudo apt-get install --fix-broken

Do página man do apt-get :

-f, --fix-broken

Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can omit any packages to permit APT to deduce a likely solution. If packages are specified, these have to completely correct the problem. The option is sometimes necessary when running APT for the first time; APT itself does not allow broken package dependencies to exist on a system. It is possible that a system's dependency structure can be so corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the offending packages). Use of this option together with -m may produce an error in some situations. Configuration Item: APT::Get::Fix-Broken.

    
por 22.01.2016 / 17:43

Tags