Possible Duplicate:
How can I fix a 404 Error using a PPA?
the command I gave was
sudo apt-get update && sudo apt-get upgrade
what I have to do? (I'm under kubuntu 11.10)
Possible Duplicate:
How can I fix a 404 Error using a PPA?
the command I gave was
sudo apt-get update && sudo apt-get upgrade
what I have to do? (I'm under kubuntu 11.10)
Seems like that you have added some extra repositories that no longer exit.
Remove this repositories:
sudo vim /etc/apt/sources.list
Look for all lines containing a url to ppa.launchpad.net and comment them out by adding a '#' infront of the line.
Then try again.
Edit if you do not like vim and want to use you can use any other editor, maybe you'd like kedit for example:
sudo kedit /etc/apt/sources.list
procede to eliminate these ppa's :
sudo ppa-purge ppa:nvidia-vdpau/ppa
sudo ppa-purge ppa:sevenmachines/flash
. What are PPAs and how do I use them?
(see Removing a PPA with ppa-purge)...