Não é possível instalar o novo programa após a atualização do Ubuntu 14.04

0

Hoje, perdi meu gerente de rede após uma atualização, mas o trouxe de volta com

sudo service network-manager restart

Mas agora não consigo instalar novos programas. executando o sudo apt-get install nome_do_programa

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libnl-3-200 : Breaks: libnl-3-200:i386 (!= 3.2.21-1) but 3.2.21-1ubuntu1 is to be installed
libnl-3-200:i386 : Breaks: libnl-3-200 (!= 3.2.21-1ubuntu1) but 3.2.21-1 is to be installed
libnl-genl-3-200 : Depends: libnl-3-200 (= 3.2.21-1ubuntu1) but 3.2.21-1 is to be installed
libnl-route-3-200 : Depends: libnl-3-200 (= 3.2.21-1ubuntu1) but 3.2.21-1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Executando o sudo apt-get -f install e depois retorna:

Preparing to unpack .../libnl-3-200_3.2.21-1ubuntu1_amd64.deb ...
Unpacking libnl-3-200:amd64 (3.2.21-1ubuntu1) over (3.2.21-1) ...
dpkg: error processing archive /var/cache/apt/archives/libnl-3-200_3.2.21-1ubuntu1_amd64.deb (--unpack):
trying to overwrite shared '/usr/share/doc/libnl-3-200/changelog.Debian.gz', which is different from other instances of package libnl-3-200:amd64
Errors were encountered while processing:
/var/cache/apt/archives/libnl-3-200_3.2.21-1ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Meu / var / cache / apt / archives / possui dois arquivos * .deb e um arquivo de bloqueio junto com uma pasta chamada partial. Como resolvo o problema acima? Mais importante ainda preciso instalar alguns programas. Por favor ajude. Obrigado.

    
por feature sky 02.02.2016 / 12:33

1 resposta

0

Por fim, consegui que funcionasse excluindo os arquivos * .deb em / var / cache / apt / archives /. Mas eu não sei porque aconteceu.

    
por feature sky 02.02.2016 / 16:09