I freed 30GB using Filelight
I freed 30GB using Filelight
And that's all, I'm happy since I was out of space.
I freed 30GB using Filelight
And that's all, I'm happy since I was out of space.
You're viewing a single thread.
Clean all the cache downloads of Arch Linux Packages
pacman -Scc
Remove unused docker networks and images
docker system prune --all
Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use "n" instead of "f" for a dry run)
git clean -xdf
Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)
git gc --aggressive --prune=now
Remove old journal logs, keeping last seven days
journalctl --vacuum-time 7days
Remove pip cache
pip cache purge
Remove unused conda packages and caches:
conda clean --all
If you are a Python developer, this can easily be several or tens of GB.
I can see you're not using Flatpak, the destroyer of disk space. Nice list though!
Uninstall unused flatpak dependencies:
flatpak uninstall --unused