I am running out of disk space and noted that I have a large /var/cache directory. Can I safely remove this? (using Arch Linux, BTW).
|
|
|||
|
No. For one, I believe that For another, according to this documentation, pacman (the package manager used by Arch linux) stores its package cache under I recommend you read through the documentation more closely and decide whether this is a good time to clear the package cache. |
|||
|
|
|
From http://www.lindevdoc.org/wiki//var/cache Sorry for the (very) late answer, but I believe it's important to include this bit for future reference. Highlighted the bit which does answer this question.
So yes, you may remove these files without expecting anything bad to happen. |
|||
|
|
pacman -Scor evenpacman -Sccif you want to clean your entire package cache. – xenoterracide♦ Oct 23 '11 at 20:02/var/cacheare safe to delete. Don't delete the directories or change their ownership. Rundu /var/cache/* | sort -nto see what's taking room. Ask here if you don't know whether the large directories are safe to clean. – Gilles Oct 24 '11 at 1:14