Difference between revisions of "Pacman troubleshooting"
no edit summary
imported>Verityproductions |
imported>Verityproductions |
||
Line 28: | Line 28: | ||
'''1. | '''1. Refresh and update the signature keys''' by entering the command: | ||
sudo pacman-key --refresh-keys | sudo pacman-key --refresh-keys | ||
'''2. | '''2. Reload the signature keys''' by entering the command: | ||
sudo pacman-key --populate | sudo pacman-key --populate | ||
'''3. | '''3. Clear out the software packages downloaded during the aborted installation'''. It will be necessary to download them again for installation, having refreshed and re-loaded the signature keys. To do so, enter the command: | ||
sudo pacman -Scc | sudo pacman -Scc |