I am a new ubuntu user.
when I run sudo apt-get update
this error message appears:
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/raring/main/source/Sources 404 Not Found
What to do now ?
I am a new ubuntu user.
when I run sudo apt-get update
this error message appears:
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/raring/main/source/Sources 404 Not Found
What to do now ?
If the 404 error was due to an additional repository that has been added to /etc/apt/sources.list
then its easier to add # character to the start of the line to comment out the offending repository i.e.
Install gksu first
sudo apt-get install gksu
Open /etc/apt/sources.list
as Root
gksu gedit /etc/apt/sources.list
Go to line 52-53, add # character to the start line 52-53 like mine
Save it, done !
I think the repository "extra" not longer supported for version 13.04. I solve the problem commenting the line. Using a VM with version 14.04 Extra repository works.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
#deb http://extras.ubuntu.com/ubuntu raring main
#deb-src http://extras.ubuntu.com/ubuntu raring main