6

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

I can't remove the red triangle in the right upper corner of my desktop. When I type sudo apt-get update && sudo apt-get upgrade I get the error message below:

W: Failed to fetch http://ppa.launchpad.net/michael-gruz/canon/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/michael-gruz/canon/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.

How to fix my problem?

1 Answers1

3

Have a look at your /etc/apt/sources.list and remove (or fix) those two lines that cause the error 404. After removing the update process can be started again and it will continue updating.

Canon printer driver precise

This PPA does not contain any packages yet. Find more information about how to upload packages in the PPA help page.

This is probably the cause for the error 404 (non existing URL).

There is also:

  • Canon printer driver daily.

    deb http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu precise main 
    deb-src http://ppa.launchpad.net/michael-gruz/canon-trunk/ubuntu precise main 
    

But I am not sure if this is what you need.

It could also be this that you need:

Though these only seem valid for Oneiric.

Rinzwind
  • 299,756