Problem
When you try to access ubuntu extras you might see following GPG error
W: An 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 maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release
Solution
Open the terminal and run the following commands
gpg –keyserver keyserver.ubuntu.com –recv 3E5C1192
gpg –export –armor 3E5C1192 | sudo apt-key add --
sudo apt-get update
— instead of –
gpg –keyserver keyserver.ubuntu.com –recv 3E5C1192
gpg –export –armor 3E5C1192 | sudo apt-key add –
sudo apt-get update
Could be done this way, too:
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv 3E5C1192 && sudo apt-get update
2 xeros
it’s work! thnks!
Thanks xeros!
Or you can just do
sudo apt-get install –reinstall ubuntu-extras-keyring
Thanks xeros, your tip worked
sorry dajomu, xeros worked for me so didn’t get to try yours 🙂
@dajomu – This worked for me, thanks!
For some reason this site shows a long dash (-) instead of the two ordinary ones (–) that should be used when typing these commands, so copy and paste does not work. You should check what settings or fonts or something you use here.
@damajou, thanks, your fix worked for me
@dajomu, tried your solution first, sorry, did not work. @xeros, tried your solution as plan B and it worked.
Thanks for the help.
problem update
I tried both and I still get the same error.. Any idea?
sudo gpg –keyserver keyserver.ubuntu.com –recv 02FDF932
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 02FDF932
sudo apt-get update
thanks xeros!
See https://bugs.launchpad.net/ubuntu/+source/ubuntu-extras-keyring/+bug/650525 – the key for the repo seems to have changed to be one other than in the ubuntu-extras-keyring package. Bug report has the latest key in it.
xeros and dajomu, your tips did not work.
k|dFrY thanks!
Thanks k|dFrY worked like a charm :
sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 02FDF932
sudo apt-get update
dajomu, your fix worked for me! Thanks!
Thanks so much for your fix
apt-key adv –keyserver keyserver.ubuntu.com –recv 3E5C1192 && sudo apt-get update
Okay I’m gonna pull my hair out!…Love Ubuntu but I cannot update repositories!!! I have tried all the tips on this forum and all i get is:
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/maverick/Release.gpg Something wicked happened resolving ‘us.archive.ubuntu.com:http’ (-5 – No address associated with hostname)
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/maverick/Release.gpg Something wicked happened resolving ‘archive.canonical.com:http’ (-5 – No address associated with hostname)
W: Failed to fetch http://www.openprinting.org/download/printdriver/debian/dists/lsb3.2/Release.gpg Something wicked happened resolving ‘www.openprinting.org:http’ (-5 – No address associated with hostname)
E: Some index files failed to download, they have been ignored, or old ones used instead.
Proxy issues stopped “apt-key adv….”
sudo apt-get install –reinstall ubuntu-extras-keyring
…worked with proxy env vars set
THx
thanks desync0 great work!!!!!!!!!!!sorry xeros it doesn’t work for me!!!!!!!!!
trimz… Graham..
It’s worked for me. Thanks
It works a treat on Oneiric V11.10
Thanks – Australia
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 608BF7B93528AE20
i have tried all the tips given above it s not working.
Thanks man, it works!
thanx to dajomu & Arne
sudo apt-get install –reinstall ubuntu-extras-keyring
worked for me (try copy&paste this)