Skip to content

Instantly share code, notes, and snippets.

@borestad
Created August 21, 2024 14:15
Show Gist options
  • Save borestad/bae23d25177f74d71b516444f14931e8 to your computer and use it in GitHub Desktop.
Save borestad/bae23d25177f74d71b516444f14931e8 to your computer and use it in GitHub Desktop.
fix for "arch invalid or corrupted package (PGP signature)"
rm -r /etc/pacman.d/gnupg
pacman-key --init
pacman-key --refresh-keys
pacman-key --populate archlinux
pacman -Sy archlinux-keyring
pacman -Scc
pacman -Syyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment