Failure to fetch repository packages

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
eldiener
Level 2
Level 2
Posts: 94
Joined: Sun Mar 10, 2013 3:13 pm

Failure to fetch repository packages

Post by eldiener »

I just installed Mint 14 KDE for the first time. I tried Software Manager but it was not flexible enough. The I found Synaptic Package Manager in the Application Launcher menu. I started it without problems. Then decided to Reload the package information. But I was flooded with errors.

Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 4/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 4/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 4/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 4/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 6/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 6/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 6/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://security.ubuntu.com/ubuntu/dists ... 6/Packages 404 Not Found [IP: 91.189.91.13 80]
Failed to fetch http://archive.canonical.com/ubuntu/dis ... 4/Packages 404 Not Found [IP: 91.189.92.191 80]
Failed to fetch http://archive.canonical.com/ubuntu/dis ... 6/Packages 404 Not Found [IP: 91.189.92.191 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://packages.medibuntu.org/dists/nad ... 4/Packages 404 Not Found
Failed to fetch http://packages.medibuntu.org/dists/nad ... 4/Packages 404 Not Found
Failed to fetch http://packages.medibuntu.org/dists/nad ... 6/Packages 404 Not Found
Failed to fetch http://packages.medibuntu.org/dists/nad ... 6/Packages 404 Not Found
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 4/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/dists/ ... 6/Packages 404 Not Found [IP: 91.189.92.201 80]
Some index files failed to download. They have been ignored, or old ones used instead.

This is a real mess. How do I correct this ? Are my repository URLs wrong ? I did not change anything and this is what Mint 14 came with.

Any help would be appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
TheDynamicHamza21
Level 5
Level 5
Posts: 798
Joined: Thu Oct 04, 2012 7:24 pm
Location: California
Contact:

Re: Failure to fetch repository packages

Post by TheDynamicHamza21 »

This is a well known problem for Mint 14 users. Your repositories urls are wrong. It should read quantal not nadia. You will need to edit your etc/apt/sources.list
http://forums.linuxmint.com/viewtopic.p ... 67#p663067.


open an terminal (I believe Kate is the default KDE text editor, if not replace with the name of your text editor):

Code: Select all

 sudo kate /etc/apt/sources.list
replace everywhere you see nadia with quantal. Most text editors have a replace feature in their menu,just use that it will make easier for you. If you run into any problems afterward just check the urls against the list here:

http://archive.ubuntu.com/ubuntu/dists/
http://security.ubuntu.com/ubuntu/dists/
Linux Registered User: # 573034

Hamza21.com
eldiener
Level 2
Level 2
Posts: 94
Joined: Sun Mar 10, 2013 3:13 pm

Re: Failure to fetch repository packages

Post by eldiener »

TheDynamicHamza21 wrote:This is a well known problem for Mint 14 users. Your repositories urls are wrong. It should read quantal not nadia. You will need to edit your etc/apt/sources.list
http://forums.linuxmint.com/viewtopic.p ... 67#p663067.


open an terminal (I believe Kate is the default KDE text editor, if not replace with the name of your text editor):

Code: Select all

 sudo kate /etc/apt/sources.list
replace everywhere you see nadia with quantal. Most text editors have a replace feature in their menu,just use that it will make easier for you. If you run into any problems afterward just check the urls against the list here:

http://archive.ubuntu.com/ubuntu/dists/
http://security.ubuntu.com/ubuntu/dists/
I reinstalled Mint 14 and the error went away. Why quantal and not nadia ? I looked in /etc/apt/sources.list and it is empty.
User avatar
catweazel
Level 19
Level 19
Posts: 9763
Joined: Fri Oct 12, 2012 9:44 pm
Location: Australian Antarctic Territory

Re: Failure to fetch repository packages

Post by catweazel »

eldiener wrote:Why quantal and not nadia ?
Mint 14 is built on Ubuntu quantal pretzel or whatever they call it.
"There is, ultimately, only one truth -- cogito, ergo sum -- everything else is an assumption." - Me, my swansong.
Locked

Return to “Software & Applications”