Created
August 21, 2024 14:15
-
-
Save borestad/bae23d25177f74d71b516444f14931e8 to your computer and use it in GitHub Desktop.
fix for "arch invalid or corrupted package (PGP signature)"
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
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