Skip to content

Instantly share code, notes, and snippets.

@rhiroyuki
Last active March 10, 2019 21:23
Show Gist options
  • Save rhiroyuki/0fedf706ba2952ad6b799b4b2ed1023d to your computer and use it in GitHub Desktop.
Save rhiroyuki/0fedf706ba2952ad6b799b4b2ed1023d to your computer and use it in GitHub Desktop.
gpg, keyserver and etc

For some reason the current keyserver that is by default set on Manjaro /etc/pacman.d/gnupg/gpg.conf doesn't work for me. To fix that I have to edit the keyserver for another https://wiki.archlinux.org/index.php/Pacman/Package_signing Or manually get the signature using the following command: gpg --keyserver hkp://ipv4.pool.sks-keyservers.net:11371 --recv-keys {keys}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment