I am currently using Linux Mint (after a long stint of using MX Linux) after learning it handles Nvidia graphics cards flawlessly, which I am grateful for. Whatever grief I have given Ubuntu in the past, I take it back because when they make something work, it is solid.
Anyways, like most distros these days, Flatpaks show up alongside native packages in the package manager / app store. I used to have a bias towards getting the natively packed version, but these days, I am choosing Flatpaks, precisely because I know they will be the latest version.
This includes Blender, Cura, Prusaslicer, and just now QBittorrent. I know this is probably dumb, but I choose the version based on which has the nicer icon.
I prefered AppImages, but now that I’m on Nix, I’ve gone back to native. Native packages work well in the NixOS ecosystem.
For sure certain package managers are better than others, and NIX seems to be in a class of its own.
I don’t know how much time I am willing to invest in NIX, or Guix for that scheme power, but I can do myself a favor experiment with a few VMs.
The way it feels is like getting the benefits of a source-based distro like Gentoo without the tradeoffs of things like compile times.
I like this take. I am reading up on how flatpak works, and what seems to be most important is including the dependencies needed to run an application, regardless of what the system has, which is great.
I still need to try out Gentoo one day… but it seems like Nixos is the new Gentoo?
Idk about “new Gentoo,” as they’re going for different things, for sure, but a lot of the reasons people like Gentoo seem to be true for Nix. Definitely still give Gentoo a try some day.
I used it for a few months and only moved on bc compiling was taking too long and was annoying me :)
The glory and the strife.
What’s good about AppImages? Imo they’re the worst packaging format; you can’t install and upgrade them from the command line like with native packages or Flatpaks, there’s not a repository-like centralized place for them, they get messy quickly since there’s not really an “official” default installation path so it’s up to you to keep them organized, they don’t integrate with system themes very well and you need a separate program (AppImage Launcher) to even get them to show up as an installed program or even pin them to your taskbar.
You have outdated information. There are no longer any tradeoffs to AppImages:
On the flip side, there’s no weird extra locations like how flatpak installs apps, you know exactly where the program is in case you want to launch it manually, you can mix apps available in your package manager with ones you download directly seamlessly, no dependency hell or version problems as AppImages are self contained (even multiple versions at the same time), etc, etc, etc all the benefits people spout about AppImages.
AppImages imo are the superior cross-platform package format as there are no tradeoffs and no downsides, meanwhile: