Update error insufficient space

You can narrow down where the space is being used with:

sudo du -hs /*

You probably will see some errors, but it will tell you what directories are using the space. You can then zoom in from there.

I’d normally tell you to install ncdu, but installing something right now probably would not work.