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?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
|
You don't need to keep them around if you don't want them. Executing a
will clean out the directory. |
|||
|
|
|
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. |
|||||||
|
|
You can adjust settings in Synaptic package manager, menu Settings/Parameters, the Files tab. From there you can also delete the cache. |
|||
|
|
