PDA

View Full Version : [ubuntu] 12.04 Cant get package Files



borisagrees
October 9th, 2012, 09:36 AM
Hi There

I am having issues when i am updating ubuntu, it will not find the 404 of any of the pages,

Hereis the Error Codes i get

Failed to get package files!

Check your internet connection

Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-x11_1.4.18-1ubuntu1.1_i386.deb 404 Not Found

This is upon another attempt

Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-x11_1.4.18-1ubuntu1.1_i386.deb 404 Not Found [IP: 91.189.92.184 80]

I am totally lost as what to do??

plucky
October 9th, 2012, 10:06 AM
Hi There

I am having issues when i am updating ubuntu, it will not find the 404 of any of the pages,

Hereis the Error Codes i get

Failed to get package files!

Check your internet connection

Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-x11_1.4.18-1ubuntu1.1_i386.deb 404 Not Found

This is upon another attempt

Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/d/dbus/dbus-x11_1.4.18-1ubuntu1.1_i386.deb 404 Not Found [IP: 91.189.92.184 80]

I am totally lost as what to do??


That is because it is looking for a file that doesn't exist on the server.

Open a terminal and


sudo rm /var/lib/apt/lists/* -vf will remove all the list files and
sudo apt-get update will reload them from the repositories.


sudo apt-get upgrade will install any new updates if the commands produce no errors.

Post back if any errors on executing any of the above commands.

Good Luck