Solved /usr/lib disk usage differences between 11.2 and 12.0

Hmm my /usr/lib is 1.9 GB big, of which 1.5 GB /usr/lib/debug. Guess make delete-old-libs doesn't do what I thought.

The kernel debug symbols use the most disk:

Code:
du -sh /usr/lib/debug/boot/* | grep kernel

413M    /usr/lib/debug/boot/kernel
402M    /usr/lib/debug/boot/kernel.old
 
Last edited by a moderator:
Back
Top