Difference between revisions of "Pacman troubleshooting"
Views
Actions
Namespaces
Variants
Tools
→use -Sc rather than -Scc
imported>Aaditya |
imported>Aaditya |
||
Line 43: | Line 43: | ||
'''4. Clear out the software packages downloaded during the aborted installation''' (optional): | '''4. Clear out the software packages downloaded during the aborted installation''' (optional): | ||
sudo pacman - | sudo pacman -Sc | ||
{{Warning|The above command clears the pacman cache completely, and one will not be able to downgrade to a previous version of a package if required. Instead packages that are causing signing errors can be removed individually when upgrading.}} | {{Warning|The above command clears the pacman cache completely, and one will not be able to downgrade to a previous version of a package if required. Instead packages that are causing signing errors can be removed individually when upgrading.}} | ||
Line 76: | Line 76: | ||
2. Clear out the software packages downloaded during the aborted installation by entering the command: | 2. Clear out the software packages downloaded during the aborted installation by entering the command: | ||
sudo pacman - | sudo pacman -Sc | ||
Line 104: | Line 104: | ||
4. Clear out the software packages downloaded during the aborted installation by entering the command: | 4. Clear out the software packages downloaded during the aborted installation by entering the command: | ||
sudo pacman - | sudo pacman -Sc | ||