Page 1 of 1

Is usr/src just source code?

Posted: 29. Nov 2015, 13:11
by tharpa
My sda1 is up to 96%. I see that the biggest folder is usr/src, at 4.4 GB. Is that just source code that can be deleted, or is that actually used by the system?

Re: Is usr/src just source code?

Posted: 29. Nov 2015, 13:41
by mimosa
Try:

Code: Select all

sudo slapt-get --clean
sudo slapt-src --clean

Re: Is usr/src just source code?

Posted: 29. Nov 2015, 16:09
by tharpa
mimosa wrote:Try:

Code: Select all

sudo slapt-get --clean
sudo slapt-src --clean
That worked, thanks.