I am in the process of cleaning up my system. And I see a lot of space occupied by this folder /var/cache/apt/archives
(1.5GB). Is it absolutely necessary to keep all these archives?
I am in the process of cleaning up my system. And I see a lot of space occupied by this folder /var/cache/apt/archives
(1.5GB). Is it absolutely necessary to keep all these archives?
You don't need to keep them around if you don't want them. Executing a
will clean out the directory.
Seems like
is a better choice than
autoclean
will only remove "useless" archivesFrom the man page:
You can adjust settings in Synaptic package manager, menu Settings/Preferences, the Files tab. From there you can also delete the cache.
It is better to save packages elsewhere then clean it up [Jorge Castro's process]. When you reinstall OS or a package it will not download again which save time and bandwidth. apt-get first check require packages in local storage[/var/cache/apt/archives] if does not exists then download else just do install. So you can save packages for future uses.