Possible Duplicate:
What is the easiest way to resolve apt-get BADSIG GPG errors?
I recently updated my Chromebook that was running Ubuntu 11.04 to 11.10 and since updating, whenever I run apt-get update
I get the following errors:
W: GPG error: http://security.ubuntu.com oneiric-security Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
W: GPG error: http://extras.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 16126D3A3E5C1192 Ubuntu Extras Archive Automatic Signing Key <[email protected]>
W: GPG error: http://us.archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
The repositories look like they're the primary repositories for 11.10, so I am assuming that this is a pretty bad error. The rest of the update happens without any problems, it is just these three repos that error. Is there something that I can do about the bad signatures?
Found here
There is a script that allowes you to obtain any missing GPG keys for your repositories. run the following commands in the terminal, one at a time:
and then run
sudo launchpad-getkeys
it will port to you all missing signatures. after that you will see no errors when updating the repos.
please see this post, and read it before. source : http://www.webupd8.org/2010/05/automatically-import-all-missing.html