Skip to content

Instantly share code, notes, and snippets.

@lifofernandez
Last active October 21, 2017 14:38
Show Gist options
  • Save lifofernandez/769789099afc320d6bd11a4867fad268 to your computer and use it in GitHub Desktop.
Save lifofernandez/769789099afc320d6bd11a4867fad268 to your computer and use it in GitHub Desktop.
agregar gpg keys manualmente
# Then as root:
pacman-key -r KEY
pacman-key -f KEY
pacman-key --lsign-key KEY
# Re-run build procedure.
# If gpg signatures still can't be verified,
# add the key as regular user by gpg:
gpg --recv-keys KEY
# and trust it:
gpg --edit-key KEY
# At gpg prompt, run:
trust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment