Skip to content

Instantly share code, notes, and snippets.

@tunglam14
Created August 1, 2013 03:03
Show Gist options
  • Save tunglam14/6128102 to your computer and use it in GitHub Desktop.
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
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