Saturday, August 3, 2013

How to add GPG Public Key

Most of Ubuntu user would have faced following issue while executing apt-get update command:

W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EA8F35793D8809A

to get rid of the same you need run following command  (copy the bold public key  and include it in following command)

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2EA8F35793D8809A


Hope you enjoy it.
Thanks.



No comments:

Post a Comment