Difference between revisions of "Pacman troubleshooting"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 145: | Line 145: | ||
1. Resynchronise with the Manjaro servers to ensure that everything is up to date by entering the command: | |||
sudo pacman -Syy | sudo pacman -Syy | ||
2. Clear out the software packages downloaded during the aborted installation by entering the command: | |||
sudo pacman -Scc | sudo pacman -Scc | ||
Line 163: | Line 163: | ||
1. Resynchronise with the Manjaro servers to ensure that everything is up to date by entering the command: | |||
sudo pacman -Syy | 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 | ||
5. Re-attempt the aborted download. | |||
If | If the error still persists, then it is recommend to [[Change to a Different Download Server]]. | ||