PDA

View Full Version : [ubuntu] update sources failed



johnsnels59
January 25th, 2012, 08:41 AM
Hello everyone

I tried to update my resources and i get this error

can someone pls help with this topic

A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <ftpmaster@ubuntu.com>

W: GPG error: http://fr.archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: GPG error: http://fr.archive.ubuntu.com oneiric-backports Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/oneiric/Release

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

thanx in advance

johnsnels.tk

jerrrys
January 27th, 2012, 04:32 AM
Open a terminal

https://help.ubuntu.com/community/UsingTheTerminal#In_Unity

And enter these commands one at a time. Do not enter anything in ( ).

sudo -i
(this command makes you a superuser)

apt-get clean
(cleans out a cache)

cd /var/lib/apt
(go back one directory)

mv lists lists.old
(rename folder)

mkdir -p lists/partial
(create a folder)

apt-get clean
( as above)

apt-get update
(updates your system)

That should fix it and welcome to the forum. :D

john.williams43
February 7th, 2013, 05:28 AM
Fantastic almost a year on to the day and you've solved my problem wonderfully. I'll bookmark this page for another day. ;)

wildmanne39
February 7th, 2013, 05:55 AM
Old thread closed.