O gerenciador de pacotes não funciona mais

2

Estou usando o ubuntu 10.10 e recentemente meu gerenciador de pacotes parou de funcionar devido a alguns problemas com dependências ou algo assim. Não consigo atualizar, instalar ou desinstalar nada. Este é um problema enorme. Não consegui encontrar uma solução para isso com o Google, por isso estou pedindo ajuda aqui.

Isto é o que apt-get -f instala as saídas

LANG=en_US.UTF-8 sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  firefox-4.0-core
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up openjdk-6-jre-headless (6b20-1.9.5-0ubuntu1) ...
update-alternatives: error: alternative path /usr/lib/jvm/java-6-openjdk/jre/bin/java doesn't exist.
dpkg: error processing openjdk-6-jre-headless (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 openjdk-6-jre-headless
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por lukad 14.02.2011 / 21:16

2 respostas

4
MulheresBBBB MulheresesBBBB Mulher MulherBBBBesB MulherBBBB Mulher MulherBB MulherBBBB MulherBBBB MulherB MulheresBB MulherBBBB MulherBBesBB MulheresBBBB MulherBesesBBBB MulherBesesBBBB MulherBBBB MulherBB MulheresBeses
sudo mv /var/lib/dpkg/info/openjdk-6-jre-headless.postinst /var/lib/dpkg/info/openjdk-6-jre-headless.postinst.bad
sudo apt-get --reinstall install openjdk-6-jre-headless
    
por arrange 14.02.2011 / 22:18
0

Parece que você tem uma instalação do Java quebrada.

Experimente sudo apt-get purge openjdk-jre .

Então, eu recomendaria marcar o repositório "Parceiros" no synaptic, recarregar e instalar o JRE da Sun com sudo apt-get install sun-java6-jre .

    
por Scaine 14.02.2011 / 21:46