How do you guys get software that is not in your distribution’s repositories?

  • cley_faye@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    10 months ago

    Native package manager > Native binaries > AppImage > Flatpak.

    Yes, snap isn’t even on the scale.

    • skulblaka@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      I’m a technically savvy but new to Linux user who installed Mint as my primary OS about a month ago. So far I’ve used Flatpaks and AppImages without any issue and haven’t come across snaps. Would you explain the differences and why I would care about one over another?

      • PotatoesFall@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        IMO flatpaks are the future of installing linux apps. The comment you replied to lives in the past. System package manager should be for system binaries, not for applications.

        • Schmeckinger@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          10 months ago

          But I like my applications years out of date and I think its good that every distro has to spend manhours on packaging it individually.

    • Kusimulkku@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      10 months ago

      Not a fan of AppImages myself. For an universal format it has surprising amount of issues with different distros, in my experience. And the whole Windows style “go to a website, download the AppImage, if you want to update it, go to the web page again and download it again” is one thing I wanted to get away from. At least they don’t come with install wizards, that clicking through menus thing was a pain.

      For one off stuff I run once and never need again, AppImage is alright. But not being built-in with sandboxing, repos, all that stuff, it just seems like a step back.