Hi, On Thu, Mar 06, 2025 at 09:33:40PM -0500, Maureen Thomas wrote: > This is what I got > > root@debian:/home/maureen# apt-get clean
You didn't show us the "df" output before you did this so we don't know how much, if anything, it freed up. > root@debian:/home/maureen# cd /var > > root@debian:/var# du -sh* > > du: invalid option -- '*' Missing space between 'h' and '*' so the '*' was treated as an option, which is invalid. The '*' is unnecessary anyway. > root@debian:/var# du sh > > du: cannot access 'sh': No such file or directory Missing '-' before 'sh' so 'sh' was treated as a file and that didn't exist. > root@debian:/var# du -sh > > 3.7G . "df" output would help us to see how much is actually free now. There doesn't really look like that much you could delete. You could configure journald to keep less logs but it's kind of a minimal saving. If you don't use snaps then you could uninstall all of that and get some space back, but probably you had a reason fro installing that. Thanks, Andy -- https://bitfolk.com/ -- No-nonsense VPS hosting