Created
August 1, 2013 03:03
-
-
Save tunglam14/6128102 to your computer and use it in GitHub Desktop.
W: GPG error: http://domain.com unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 40976EAF437D05B5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-key adv –keyserver pgp.mit.edu –recv-keys 40976EAF437D05B5 | |
# or | |
gpg --keyserver subkeys.pgp.net --recv-keys 40976EAF437D05B5 | |
gpg --armor --export 40976EAF437D05B5 | sudo apt-key add - | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment