For context: I habe a PC with an 8gb SSD and I somehow need to get an app on there that only has a flatpak release

  • x00z@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Flatpak seems to be the best choice for consistency and to have it working straight out of the box. I think Linux currently needs this because we’re getting a lot less tech-savvy Linux users nowadays. Don’t get me wrong; package managers should still be used, but how are we going to get people to change if they run into package conflicts or accidentally uninstall a wrong package?

    • Cethin@lemmy.zip
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      It’s useful, but it isn’t the best option for everyone, so other options should be available.

      • lastweakness@lemm.ee
        link
        fedilink
        arrow-up
        0
        ·
        1 month ago

        Why would you want the app devs to make that? The whole problem with distro-specific packages is having to package for multiple formats and it’s a painstaking process that really isn’t worth any amount of time investment at all. If you’re an app developer, you’d much rather just make a universal package and hope that some distro package maintainer packages your app for their distro. That’s just basic common sense…

        • Cethin@lemmy.zip
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          1 month ago

          Because Flatpaks can’t share libraries or anything. It creates a lot of bloat that doesn’t need to be there. It’s great for users that want to make sure the app will always work, but it isn’t great for being efficient.