19 Oct 2009

ubuntu update error with NO_PUBKEY

To fix the problem of NO_PUBKEY, just write down the KEY and run the following commands:
(replace KEY with you get from the error messages.)



gpg --keyserver subkeys.pgp.net --recv KEY
gpg --export --armor KEY | sudo apt-key add -

No comments :

Post a Comment