You are not logged in.
Pages: 1
Is it OK to delete all the files from "/var/cache/pacman/pkg" manually, without doing "pacman -Sc"?
Offline
Question is : why would you want to do that when pacman does it for you?
pacman -Scwill delete all packages that are NOT installed on your system and
pacman -Sccwill delete all the packages regardless of whether you have installed them or not.
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
"pacman -Scc" deletes only cached packages? It won't damage installed programs?
Offline
no. it will delete packages from /var/cache/pacman/pkg.
The only thing is that if you upgrade any package, and then find that it doesn't work, you will not be able to downgrade easily since you are getting rid of all packages. It is generally recommended to do a
pacman -Scand avoid
pacman -SccThere's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
Pages: 1