0

Possible Duplicate:
How can I fix a 404 Error using a PPA?

I get the following error message when I try to check for updates:

W:Failed to fetch http://ppa.launchpad.net/dists/https/ppa/ubuntu/natty/source/Sources  404  Not Found
W:Failed to fetch http://ppa.launchpad.net/dists/https/ppa/ubuntu/main/source/Sources  404  Not Found
W:Failed to fetch http://ppa.launchpad.net/dists/https/ppa/ubuntu/natty/binary-i386/Packages  404  Not Found
W:Failed to fetch http://ppa.launchpad.net/dists/https/ppa/ubuntu/main/binary-i386/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

What can I do to correct this? This is a new installation of Natty. I installed updates only once, and subsequently I have only received this error message when trying to check for more updates.

  • Have you tried sudo apt-get update && sudo apt-get upgrade – Nitin Venkatesh Sep 16 '11 at 10:20
  • 1
    It is a new installation but you had the time to broke your sources list with a wrong ppa. Anyway this should not prevent the upgrade, unless you completely compromised your sources list. – enzotib Sep 16 '11 at 10:22

2 Answers2

4

Your have an invalid entry in your sources. It can't imagina how can this happen in a new installation. Anyway:

  1. Open the Software Centre
  2. Click on the Edit menu, select Software Sources.
  3. A new window will open, select the "Other Software" tab
  4. Uncheck everything but "Canonical Partners" and "Independent"

enter image description here

Javier Rivera
  • 35,153
0

it may happened because of some reasons:

  1. your internet connection.
  2. your apt source.list file corrupted.
shgnInc
  • 4,003