diff options
-rw-r--r-- | pacman.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -13,3 +13,16 @@ # remove all versions of uninstalled packages paccache -ruk0 + +## Troubleshooting failed installations + +Usually enough to update keyring: + + pacman -Sy archlinux-keyring + +Might need to update mirrorlist first if outdated: + + sudo pacman -Sy pacman-mirrorlist + +(this might put it in /etc/pacman.d/mirrorlist.pacnew, uncomment wanted mirrors +there and remove the .pacnew suffix) |