1

I am trying to install Eclipse by using the Ubuntu Software center. I do have an Internet connection and I have actually downloaded other software successfully. However, when I try to install Eclipse, I get the following error:

Failed to download package files

Check your Internet connection.

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-lib_6b27-1.12.3-0ubuntu1~12.04_all.deb 404 Not Found [IP: 91.189.92.201 80]

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/n/nss/libnss3-1d_3.14.1-0ckbi1.93ubuntu.0.12.04.1_amd64.deb 404 Not Found [IP: 91.189.92.201 80]

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jre-headless_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 Not Found [IP: 91.189.92.201 80]

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jre_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 Not Found [IP: 91.189.92.201 80]

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/openjdk-6-jdk_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 Not Found [IP: 91.189.92.201 80]

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/icedtea-6-jre-cacao_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 Not Found [IP: 91.189.92.201 80]

Failed to fetch http:// archive.ubuntu.com /ubuntu/pool/main/o/openjdk-6/icedtea-6-jre-jamvm_6b27-1.12.3-0ubuntu1~12.04_amd64.deb 404 Not Found [IP: 91.189.92.201 80]

Any help is deeply appreciated.

FSMaxB
  • 567
  • 2
  • 15

1 Answers1

1

Update your package database using sudo apt-get update in the command line and try again.

If that doesn't work, you can download the files manually via the webbrowser (ugly workaround) by going to http://archive.ubuntu.com/ubuntu/pool/main/o/openjdk-6/ and downloading the files with most similar filename to the ones in the error message. Those manually downloaded files can be installed with the Ubuntu Software Center, with gdebi or via commandline with dpkg -i packagename.deb.

FSMaxB
  • 567
  • 2
  • 15