GPG Error NO_PUBKEY
Lately I've been running into a GPG error when running apt-get update:
$ sudo apt-get update
W: GPG error: http://ppa.launchpad.net saucy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EE5793634EF4A35
The error happens because the encryption key couldn't be found on the system. To fix it, just add the key (the sequence of characters after NO_PUBKEY).
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2EE5793634EF4A35
Now you can run apt-get update and it should work normally.

Comments 3
mano, to caçando isso tem mais de 2 meses, vou te dar um beijo!
*deixando a gayzisse de lado*
vlw pelo tutorial! 😀
Que bom! :-*
Fiz uma besteira e ainda bem que achei seu post, funcionou perfeitamente