Não consigo remover / instalar o software devido a algum problema de dependência

3

Estou com dificuldades para instalar / desinstalar aplicativos no Ubuntu 12.04 LTS. Eu tenho esse erro de aviso que aparece na minha área de trabalho na forma de um ícone vermelho com uma linha e afirma:

An error occurred, please run Package Manager from the right-click menu or apt-get in a terminal to see what is wrong. The error message was: 'Error: BrokenCount > 0' — This usually means that your installed packages have unmet dependencies.

Eu tentei reparar automaticamente através do centro de software do Ubuntu e continuei recebendo erros ou simplesmente não parecia funcionar. Depois, abri o terminal e usei o comando sudo apt-get check para ver qual era o problema e os resultados obtidos:

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:
 libjack-jackd2-0 : Breaks: libjack-jackd2-0:i386 (!= 1.9.8~dfsg.1-1ubuntu1) but 1.9.8~dfsg.2-1precise1 is installed
  libjack-jackd2-0:i386 : Breaks: libjack-jackd2-0 (!= 1.9.8~dfsg.2-1precise1) but 1.9.8~dfsg.1-1ubuntu1 is installed
E: Unmet dependencies. Try using -f.

Depois de executar o sudo apt-get -f install (na tentativa de corrigir o problema em questão), encontrei os seguintes erros / código:

okudaira@haru-kano:~$ sudo apt-get -f install

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libjack-jackd2-0
Suggested packages:
  jackd2
The following packages will be upgraded:
  libjack-jackd2-0
1 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.
1 not fully installed or removed.
Need to get 0 B/197 kB of archives.
After this operation, 3,072 B of additional disk space will be used.
Do you want to continue [Y/n]? y
(Reading database ... 181702 files and directories currently installed.)
Preparing to replace libjack-jackd2-0 1.9.8~dfsg.1-1ubuntu1 (using .../libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb) ...
Unpacking replacement libjack-jackd2-0 ...
dpkg: error processing /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb (--unpack):
 './usr/share/doc/libjack-jackd2-0/buildinfo.gz' is different from the same file on the system
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libjack-jackd2-0_1.9.8~dfsg.2-1precise1_amd64.deb
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB

Total disk space freed by localepurge: 0 KiB

E: Sub-process /usr/bin/dpkg returned an error code (1)

O problema real que estou tendo é interpretar o que está sendo dito. Sou bastante novo na experiência do ubuntu, por isso não sou muito versado na terminologia e em todos os detalhes.

Alguém pode me dizer o que há de errado com o meu sistema? Eu não consigo mais instalar / remover nenhum programa.

    
por Ryuzaki 05.10.2012 / 17:17

1 resposta

0

Experimente este comando:

sudo apt-get clean

tente instalar novamente:

sudo apt-get -f install
    
por Evandro Silva 05.10.2012 / 17:30