Universal package managers have taken over Linux... Atleast, one of them has, and that ended up being Flatpak. In this video, we go over why Linux users love...
My only issue with flatpaks is that sometimes when I want to quickly install something using gnome software, it takes ages and downloads several GBs of data, despite the app having a much smaller size. This is really weird and makes me avoid using it, but I don’t know if it’s something with flatpak or gnome software
I believe it’s a consequence of how flatpaks are sandboxed. The software itself might be small, but that sandbox also has to contain every dependency that software requires. It can get distressing when you’re on a 500GB ssd.
My only issue with flatpaks is that sometimes when I want to quickly install something using gnome software, it takes ages and downloads several GBs of data, despite the app having a much smaller size. This is really weird and makes me avoid using it, but I don’t know if it’s something with flatpak or gnome software
This is because flatpak apps depend on flatpak runtimes, so the app will download the entire runtime it needs when you dont have it installed already.
This is bad because a lot of flatpak runtimes like the GNOME runtime only have one year of support, so you blow a lot of storage in practice
I believe it’s a consequence of how flatpaks are sandboxed. The software itself might be small, but that sandbox also has to contain every dependency that software requires. It can get distressing when you’re on a 500GB ssd.