Post #784808
2026-03-20 08:02 UTC
All (well, almost all) the “App Store” apps like Discover are merely frontends for your system’s underlying package manager (apt for Debian and derivatives, dnf for Fedora and its derivatives).
The underlying package manager does the updating of packages: if you’ve installed it through the package manager (which is usually most stuff on an install) - it’ll get updated. Discover just gives you a nice, user-friendly way of interfacing with the package manager(s) on your system so you don’t need to bither with the CLI if you don’t want to.
And yes, you can have multiple - for example apt and Flatpak. Discover and friends should update all.
Replies (1)
-
@Cekan14@lemmy.org 2026-03-20 08:43
Thank you for your insight!