0

Possible Duplicate:
How can I fix a 404 Error using a PPA?
Update manager generates 404 error while attempting update. Will not update

When i tried to install jdk from following command:

sudo apt-get install openjdk-7-jdk

Following error was displayed:

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?
Adil
  • 1

1 Answers1

0

Check your Internet connection and run the following commands from terminal (Ctrl+Alt+T):

sudo apt-get update
sudo apt-get install openjdk-7-jdk
jokerdino
  • 41,320