You should copy n paste from the CLI and paste it into a Reply using the Preformatted Text feature </> on the Taskbar. Also, include the command you executed and following prompt. It’s much more readable that way.
That means you recommended the TO to delete round about 50MB because “That should restore some space back and is a good start”.
Do’oh
And recommending the TO to directly delete stuff is a bad advice. It would be better to analyze the problem first before jumping to conclusions which wont help the TO.
Malcolm pointed out some helpful commands for first analysis. And i pointed to the documentation for the journal which explains what the max size of it can be and how to properly set it up via journald.conf.
Blindly deleting stuff without knowing what the files are doing and how it is done properly is in most cases a beginner mistake.
Free space being filled can be caused by a lot of different factor, depending of which program is installed and how you use your system … the first thing to do is to investigate to find the cause of your problem …
In addition to @malcolmlewis commands you can use a tool like filelight Filelight - KDE Applications ( which is probably already installed if you use kde ) to see which directory on your system is the most filled up, it can help.
Also if by any chance that can help, one year ago I’ve discovered that flatpak was gradually eating more and more disk space on my system, after the run of the command flatpak repair ~20GB were free and had no issues after that…
ncdu is a lightweight text UI program designed for easy navigation for the purpose of determining how much space is consumed by each directory. If snapshotting is enabled, it can be highly consumptive. If keeping downloaded rpms in the cache after download and installation is enabled, it can gobble a lot of space. So can the systemd journal if its size isn’t limited via /etc/systemd/journald.conf. Everything in ~/.cache/ is disposable, and may need occasional purging, depending on the behavior of your apps, and whether any do a lot of crashing. Anything in /var/log/ more than a year old is basically useless.
Whether 60G or 62G amounts to a little or a lot or something else is unknowable without context. How much is the total filesystem space? How much of it is used?