I’m having a big problem with my computer, I’m trying to free spaces to remove packages I don’t need. I tried everything I find on how to fix this problem, but they don’t work.
I kept having this error saying:
“You don’t have enough free space in /var/cache/apt/archives/“
But I got “0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded”
I don’t know what I’m doing wrong.
df -h
to list mounts, and alsosudo du -h --max-depth=1 / 2> /dev/null | sort -hr
to view largest directories in/
. – Artur Meinild Jan 05 '23 at 09:13baobab
,du
, anddf
. Look up how to use those tools to discover the biggest storage-hogs. – user535733 Jan 05 '23 at 15:12