You are not logged in.
Is it safe to delete older files from my pacman cache (/var/cache/pacman/pkg/) directory? My cache is up to around 6GB and there isn't much point in keeping REALLY old versions of files here.
I would like to keep more recent files in case I need to revert, I'm just concerned that deleting files here may cause problems. Are there any commands I may need to run after removing files here? Thanks.
Offline
yes
use
pacman -Scto remove all packages that are not currently installed.
Add another -c flag to remove every package
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
After you upgrade and there's no major breakage, run pacman -Sc as Inxsible said. The next time you upgrade, if anything breaks, you'll still be able to downgrade the offending packages.
Offline