1

I installed many apps through Terminal. I notice that my storage had 120GB left and I installed 1 GB app then I uninstalled it and I got 119.5GB left. Where is my 500MB??? so my storage keeps decreasing day by day

I've tried apt-get purge to remove compeletely but my storage's still the same

I've been using Ubuntu for 2 days so please help

1 Answers1

1

It all depends on how you installed these programs.

If you have used APT, just run it:

sudo apt autoremove [package_name] [package_name] [package_name] [package_name] [package_name] [package_name] [package_name] [package_name]

Of course you can specify multiple packages separated by a blank space.

If you used Snap, you have to run:

sudo snap remove [program]

Finally, you should do a system optimisation with Stacer to remove a lot of unnecessary packages and files that take up space.

You can consult these posts as a guide, this one for uninstalling programs and this one for using Stacer.