Ubuntu – var/cache/apt/archives occupying huge space

apt-cachecleanup

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?

Best Answer

You don't need to keep them around if you don't want them. Executing a

sudo apt-get clean

will clean out the directory.

Related Question