como reparar o catálogo de pacotes do Ubuntu? [duplicado]

0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 totem-plugins : Depends: libgnomeui-0 (>= 2.17.1) but it is not going to be installed
                 Depends: libtrackerclient0 (>= 0.6.6) but it is not installable
                 Depends: python-gdata but it is not going to be installed
                 Depends: totem-gstreamer (= 2.22.1-0ubuntu3.8.04.6) but it is not installable or
                          totem-xine (= 2.22.1-0ubuntu3.8.04.6) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Deba Pratim Sinha 02.10.2012 / 06:00

1 resposta

0

Tente executar o comando que o apt está sugerindo, por exemplo, 'apt-get -f install'. Tente habilitar repositórios multiverso e universo a partir do /etc/apt/sources.list (É uma boa idéia fazer o backup do arquivo primeiro). Então execute "sudo rm -rf / var / lib / apt / lists / *", "sudo apt-get update" e depois "sudo apt-get upgrade".

Você também pode querer verificar os seguintes links:

Como resolvo dependências não satisfeitas depois de adicionar um PPA?

Forçar a instalação do apt-get

    
por linuxandunix 02.10.2012 / 06:53