Diz claramente que "sudo apt-get -f install" sem dar nada depois disso. Isso irá limpar automaticamente os pacotes indesejados e você estará pronto para ir. Confie em mim, funcionou para mim.
Primeiro de tudo, eu sou um noob no Ubuntu. Eu precisava executar um aplicativo Java e instalar a versão mais recente. Depois disso, tentei executar o arquivo .jar, funcionou, mas quando eu tento executar os arquivos instalados, eles me dão um erro dizendo que o aplicativo é de 32 bits e minha instalação de java (e Ubuntu) é 64bits. Depois de googlar um pouco, descobri que precisava instalar o icedtea. Tentou fazê-lo, mas não conseguiu.
sudo apt-get clean
sudo apt-get autoremove
Me dá
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:
icedtea-6-plugin:i386 : Depends: icedtea-netx:i386 (= 1.5-1ubuntu1) but it is not installable
E: Unmet dependencies. Try using -f.
Então tentei
sudo apt-get -f autoremove
E me retorna
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
icedtea-netx:i386
The following NEW packages will be installed:
icedtea-netx:i386
0 upgraded, 1 newly installed, 0 to remove and 55 not upgraded.
1 not fully installed or removed.
Need to get 19,5 kB of archives.
After this operation, 155 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http:// ec. archive. ubuntu. com/ ubuntu/ trusty/main icedtea-netx i386 1.5-1ubuntu1 [19,5 kB]
Fetched 19,5 kB in 15s (1.231 B/s)
(Reading database ... 187313 files and directories currently installed.)
Preparing to unpack .../icedtea-netx_1.5-1ubuntu1_i386.deb ...
Unpacking icedtea-netx:i386 (1.5-1ubuntu1) ...
dpkg: error processing archive /var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb (--unpack):
trying to overwrite shared '/usr/bin/policyeditor', which is different from other instances of package icedtea-netx:i386
Errors were encountered while processing:
/var/cache/apt/archives/icedtea-netx_1.5-1ubuntu1_i386.deb
W: Duplicate sources.list entry http://archive.canonical.com/ubuntu/ trusty/partner amd64 Packages (/var/lib/apt/lists/archive. canonical. com_ubuntu_dists_trusty_partner_binary-amd64_Packages)
W: Duplicate sources.list entry http:// archive. canonical. com /ubuntu/ trusty/partner i386 Packages (/var/lib/apt/lists/archive. canonical .com_ ubuntu_dists_trusty_partner_binary-i386_Packages)
W: You may want to run apt-get update to correct these problems
E: Sub-process /usr/bin/dpkg returned an error code (1)
(adicionei alguns espaços aos links, pois não consegui publicá-lo exatamente como copiei do terminal)
Tentei
sudo apt-get update
E ainda é o mesmo problema.
Alguma idéia de como remover este pacote e suas dependências via console? Ou se não for possível, como removê-los manualmente?
Obrigado antecipadamente! Pablo
Diz claramente que "sudo apt-get -f install" sem dar nada depois disso. Isso irá limpar automaticamente os pacotes indesejados e você estará pronto para ir. Confie em mim, funcionou para mim.
tente isso
% bl0ck_qu0te%