Não é possível instalar o openjdk7 a partir do terminal [duplicado]

0

Quando eu tentei instalar o jdk do seguinte comando:

sudo apt-get install openjdk-7-jdk

O seguinte erro foi exibido:

Err http://us.archive.ubuntu.com/ubuntu/ precise-updates/universe

 openjdk-7-jre-lib all 7u7-2.3.2-1ubuntu0.12.04.1
  404  Not Found [IP: 91.189.91.15 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    
por Adil 24.09.2012 / 11:01

1 resposta

0

Verifique sua conexão com a Internet e execute os seguintes comandos no terminal ( Ctrl + Alt + T ):

sudo apt-get update
sudo apt-get install openjdk-7-jdk
    
por user61928 24.09.2012 / 15:22