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.

  • @ebits21@lemmy.ca
    link
    fedilink
    English
    2
    edit-2
    1 year ago

    I have a ton of flatpaks which means packages are shared between them, so no it’s not lazy or a copy of the whole system. It makes a ton of sense for stability.

    Updates are diff’s so downloading and updating is fast. Not entire packages.

    Making every package work with only a certain version of a dependency and hoping it is stable doesn’t make a lot of sense.

    • stevecrox
      link
      fedilink
      01 year ago

      You’ve just moved the packaging problem from distributions to app developers.

      The reason you have issues is historically app developers weren’t interested in packaging their application so distributions would figure it out.

      If app developers want to package deb, rpm, etc… packages it would also solve the problem.