Manjaro Difference between revisions of "Pacman Overview"

Difference between revisions of "Pacman Overview"

From Manjaro
imported>Verityproductions
imported>Verityproductions
Line 146: Line 146:


  sudo pacman -Rns
  sudo pacman -Rns
=Cleaning the Cache=
Your system cache is where downloaded software packages are stored for installation. Even after being installed, they may still remain in the cache. This is why on occasion it may be found that when re-installing a software package, it does not have to be downloaded again. However, it is possible to clear your cache to free up space on your system (and may be necessary in some instances to download and install new software packages).
To clear the cache of downloads that have already been installed, enter the following command:
sudo pacman -Sc
Otherwise, to clear the cache completely, enter the following command (and use with care):
sudo pacman -Scc




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