PDA

View Full Version : removing apt archives?



dskloet
October 5th, 2005, 08:46 PM
Hi,

My directory /var/cache/apt/archives is taking a lot of space and I wondered whether those files are still needed. Am I correct in thinking those files have allready done their work when I apt-get-installed them? Can I remove those files safely? Is there any reason not to?

thanks,
David

DJ_Max
October 5th, 2005, 11:12 PM
It's there for when you uninstall something and want to install it again without downloading everything again.


sudo apt-get clean
You can also do

sudo apt-get autoclean

dskloet
October 6th, 2005, 07:31 AM
Thanks!

I guess I should have read the man page for apt...

bugi
October 6th, 2005, 01:47 PM
You can also do it manually in Synaptic (settings-preferences-files-clear cache)
:-)

DJ_Max
October 6th, 2005, 10:28 PM
Yeah, but using the command line makes you feel smart. ;)