
We have discussed several Ubuntu update errors in past such as Problem With MergeList, Failed to download repository information Check your Internet connection.
In this post, we will discuss another very common problem that occurs when users upgrade or update their system. This error is “BADSIG” error which looks something like this:
W: 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 precise Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key
W: GPG error: http://ppa.launchpad.net precise Release:
The following signatures were invalid: BADSIG 4C1CBC1B69B0E2F4 Launchpad PPA for Jonathan French W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/precise/Release
Solution to BADSIG error:
To solve this BADSIG error in Ubuntu use the following commands one after another:
sudo apt-get clean
cd /var/lib/apt
sudo mv lists oldlist
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
Voila! That should solve your problem. Hit the comment section for questions, suggestions and thanks :P
Didn’t work.
tried your fix. got the exact same error code thats preventing me from managing my drivers in the first place.
Reading package lists… Done
W: GPG error: http://archive.ubuntu.com/ubuntu precise Release: The following signatures were invalid: 630239CC130E1A7FD81A27B140976EAF437D05B5
E: The repository ‘http://archive.ubuntu.com/ubuntu precise Release’ is not signed.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
that worked. Thanks a lot! :)
still not working, same error appear after update command
can you please tell me how you solved this issue?
Perfect!!!!