Manjaro Difference between revisions of "Translations:Pacman troubleshooting/91/en"

Difference between revisions of "Translations:Pacman troubleshooting/91/en"

From Manjaro
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
'''6. Clear out the software packages downloaded during the aborted installation''' (optional):  
'''6. Clear out the software packages downloaded during the aborted installation''' (optional):  
{{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.}}
{{UserCmd|command=sudo pacman -Sc}}
sudo pacman -Sc
'''7. Remove the custom package folder:''' (optional):
sudo rm -Rf $HOME/.cache/pkg/

Latest revision as of 09:25, 29 December 2022

6. Clear out the software packages downloaded during the aborted installation (optional):

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.
user $ sudo pacman -Sc COPY TO CLIPBOARD


Cookies help us deliver our services. By using our services, you agree to our use of cookies.