
A varias personas les paso que cuando querían ingresar a los extras de Ubuntu les mostraba en pantalla el siguiente error GPG.
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 16126D3A3E5C1192W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release
Solución al error de extras en Ubuntu 10.10
Abrimos terminal y escribimos los siguientes comandos
gpg –keyserver keyserver.ubuntu.com –recv 3E5C1192
gpg –export –armor 3E5C1192 | sudo apt-key add -
sudo apt-get update