We love to praise linux constantly and tell everyone to change to it (they should) but what are your biggest annoyances ?
Mine would be, installing software (made even more complex by flatpaks being added, among the 5 other ways there already were to install software) and probably wifi power management issues.
Flatpaks apps & their runtimes is taking 20 gb, was 80 gb before I realize it and start cleaning up. That’s annoying. But I also like Flatpak. I may just prioritize DNF first (I’m on Fedora) to minimize Flatpak bloats.
60 gb is very significant for me being in 256 gb ssd.
What do you install for that much space to be taken up??
carelessly lots of stuff. kde & gnome developmnt runtimes. nvidia driver duplicates. Firefox, Librewolf & Ungoogled Chrome. full latex packages. Ardour and various syntesizer.
I eventually cleaned up most packages out of Flatpak to DNF, especially the one that require big runtime and gtk/qt apps or does’t need sandboxing. I may also avoid electron apps since they also tend to be big lol.
Do
flatpak remove --unused
, it will clear up unused dependencies.It never work. I’ve always done
flatpak remove --unused
every once in a while. At one time I checked my root filesystem using gnome’s disk analyzer to see what takes the most space, that is when I found out/var/lib/flatpak/repo/
ate 80 gb of my disk.As per several suggestion from github issues & forums, I did
sudo flatpak repair
and finally it did clean them up down to around 40-50. Several months later I kind of gone mad and delete everything in therepo
directory. I noticed my apps still works. Until few days later when I wanted to update, Flatpak complained and redownload most of the deleted stuff 🤣But after redownloading, it only took around 20 gb now, and after that Flatpak also pinned every package lmao so I have to unpin unimportant stuff any case they can be deleted using
flatpak remove --unused
and I seem to be not the only one, like this person has their Flatpak directories almost 100 gb https://forums.linuxmint.com/viewtopic.php?t=435450
I realize I may also just remove all latex stuff, I was only using it to graduate. I’d just typst now for smaller things.
As someone who started getting into Linux on a Raspberry Pi (and now dual-booting Mint and Windows on the bigger machines), I still have no idea what Flatpak is. I always used to hit the terminal with “sudo apt install” and got what I needed. Except for the occasional proprietary software.
It’s a separate package tool that works on every distribution. Usually Debian derivatives use
apt
, Redhat ones usednf
etc. Flatpaks work everywhere.And its sandboxed, with permissions.