Flathub aims to be the place to get and distribute apps for Linux. It is powered by Flatpak which allows Flathub apps to run on almost any Linux distribution.
How does it stack up against traditional package management and others like AUR and Nix?
How up-to-date are the packages, compared to Flatpaks?
Same or more up to date. It’s up there with arch, but some packages are purposely separated. For example the go package is 1.21.7, but there’s also a go_1_22 package that’s 1.22.1. I’m guessing they’re waiting for it to be fully tested, while arch replaced it immediately.
Sadly, the Nix version was almost a year old and also not great.
check here , set the channel to unstable to see the freshest packages
I think Nix packages have similar benefits as immutable distros.
Nix as an external pm has most of the benefits, but almost none of the downsides. It creates an immutable package store, but doesn’t cause FHS compliance related issues.
Same or more up to date. It’s up there with arch, but some packages are purposely separated. For example the
go
package is 1.21.7, but there’s also ago_1_22
package that’s 1.22.1. I’m guessing they’re waiting for it to be fully tested, while arch replaced it immediately.check here , set the channel to unstable to see the freshest packages
Nix as an external pm has most of the benefits, but almost none of the downsides. It creates an immutable package store, but doesn’t cause FHS compliance related issues.