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.

      • effingjoe@kbin.social
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        They don’t hype it as much as (I think) they should on that webpage, but VanillaOS does this thing with it’s package manager, Apx, where it allows you to install applications from various distros via containers, and run them all side-by-side seamlessly. It’s neat.

        • canpolat@programming.dev
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          What about the packages that are not available in flatpak? I assume there must be some packages that are only available in certain corners of the internet?

          • effingjoe@kbin.social
            link
            fedilink
            arrow-up
            1
            ·
            1 year ago

            Yeah, that’s what I mean. You can use flatpak (or snap if you swing that way) but you can also install applications via containers. They’re still not installed on the OS-- even “native” applications get installed via the container. So if the application you want is maintained for arch in aur, you can add the --aur tag to the apx command and it will install that version instead of the default, which is ubuntu. This also works for fedora applications.

            Edit: More info here: https://handbook.vanillaos.org/2023/01/11/install-and-manage-applications.html