o pacote a seguir tem dependências não atendidas? [duplicado]

1

Alguém por favor pode me ajudar com esses erros:

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:
libreoffice-base-core : Depends: ure but it is not going to be installed
libreoffice-calc : Depends: ure but it is not going to be installed
libreoffice-common : Depends: ure but it is not going to be installed
libreoffice-core : Depends: ure (>= 3.5.4~) but it is not going to be installed
libreoffice-draw : Depends: ure but it is not going to be installed
libreoffice-gnome : Depends: ure but it is not going to be installed
libreoffice-gtk : Depends: ure but it is not going to be installed
libreoffice-impress : Depends: ure but it is not going to be installed
libreoffice-math : Depends: ure but it is not going to be installed
libreoffice-writer : Depends: ure but it is not going to be installed
python-uno : Depends: ure but it is not going to be installed
synaptic : Depends: libept1.4.12 but it is not going to be installed
            Depends: libvte9 (>= 1:0.24.0) but it is not going to be installed
uno-libs3 : Depends: ure but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Eu não sei como corrigir isso, sudo apt-get -f install também não está funcionando e não consigo atualizar usando o terminal e o gerenciador de atualização.

    
por azrul 02.09.2012 / 18:40

1 resposta

1

O que você tentou instalar quebrou dependências?

para remover um pacote mal configurado ou instalado incorretamente pode executar o seguinte

sudo aptitude purge $(dpkg -l|grep ^rc|awk '{ print  }')
    
por user84911 02.09.2012 / 18:52