Answers for "clear pacman cahce"

0

clear pacman cahce

# Delete old packages from cache
sudo pacman -Sc
# Delete everything from cache
sudo pacman -Scc
Posted by: Guest on April-17-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language