Difference between revisions of "Pacman troubleshooting"
Views
Actions
Namespaces
Variants
Tools
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 163: | Line 163: | ||
'''1. Refresh and update the signature keys''' by entering the command: | '''1. Resynchronise with the Manjaro servers to ensure that everything is up to date''' by entering the command: | ||
sudo pacman -Syy | |||
'''2. Refresh and update the signature keys''' by entering the command: | |||
sudo pacman-key --refresh-keys | sudo pacman-key --refresh-keys | ||
''' | '''3. Reload the signature keys''' by entering the command: | ||
sudo pacman-key --populate archlinux manjaro | sudo pacman-key --populate archlinux manjaro | ||
''' | '''4. Clear out the software packages downloaded during the aborted installation''' by entering the command: | ||
sudo pacman -Scc | sudo pacman -Scc |