How does it stack up against traditional package management and others like AUR and Nix?

  • atzanteol
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 months ago

    Do… Do you think I’m claiming snaps are better or something? I’m saying they’re much easier to use and I don’t give a shit about walled-garden BS. I don’t want my laptop to be like my phone. I want to install an application and I want it to work. Flatpaks are fine - they just made a really stupid decision about how to run them from the CLI which is 90% of the time where I launch programs from.

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      8 months ago

      Do you have a better approach for running from CLI? Apps need exact names I guess, and the system is exact.

      • atzanteol
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 months ago

        The way we’ve done it for like 30 years seems to work.

        • Pantherina@feddit.de
          link
          fedilink
          arrow-up
          0
          ·
          8 months ago

          How would you prevent package duplicates when using flatpak and native?

          alias "flatpak run org.app.name"=*f-name"
          
          • atzanteol
            link
            fedilink
            English
            arrow-up
            1
            ·
            8 months ago

            The way it’s always been done. Put them in different paths and set priority with the PATH variable.