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
/var/log
. I wouldn't be too worried about it as this is perfectly normal. You can use tools likebaobab
andncdu
to learn where the disk space went, but don't be tempted to go round randomly deleting things. Many new users do this and break their systems. – popey Mar 05 '21 at 12:44BleachBit
to clean my system – Phi Nhật Mar 05 '21 at 12:47apt autoremove
command to start the process yourself. – guiverc Mar 05 '21 at 13:22BleachBit
is not necessary on an Ubuntu system. Properly uninstalled software should leave nothing behind (a couple exceptions). If you discover software from the Ubuntu repositories that improperly leaves files behind, report the bug. – user535733 Mar 05 '21 at 13:54