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

  • @atzanteol
    link
    English
    14 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.

    • @[email protected]
      link
      fedilink
      14 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
        English
        14 months ago

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

        • @[email protected]
          link
          fedilink
          04 months ago

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

          alias "flatpak run org.app.name"=*f-name"
          
          • @atzanteol
            link
            English
            14 months ago

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