Não consigo instalar o openJDK 7 no Ubuntu 12.10 (32 bits)

0

Usando o Ubuntu Software Center Eu tentei instalar o OpenJDK 7, mas recebi a seguinte notificação.

**Package dependencies cannot be resolved**

This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.


Details:

The following packages have unmet dependencies:

openjdk-7-jre: Depends: openjdk-7-jre-headless (= 7u55-2.4.7-1ubuntu1~0.12.10.1) but 7u55-2.4.7-1ubuntu1~0.12.10.1 is to be installed
               Depends: libjpeg8 (>= 8c) but 8c-2ubuntu7 is to be installed
               Depends: libpulse0 (>= 1:0.99.1) but 1:2.1-0ubuntu4 is to be installed
               Depends: libatk-wrapper-java-jni (>= 0.30.4-0ubuntu2) but it is not going to be installed

Sobre o que é esse problema e como posso superá-lo para instalar o JDK? Eu só quero executar eclipse na minha máquina. Qual JDK e IDE deve ser melhor para o Ubuntu 12,10? FYI, eu sou novo no Linux.

Obrigado antecipadamente.

    
por Hakuna-Matata 19.11.2014 / 01:02

1 resposta

0

O Ubuntu 12.10 chegou ao fim da vida. É melhor atualizar para 14.04 ou 14.10.

Experimente os seguintes comandos

sudo apt-get -f install

sudo dpkg --configure -a

Caso contrário, instale o Oracle Java usando este PPA

% bl0ck_qu0te%     
por Rohith Madhavan 19.11.2014 / 01:10