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

  • Pantherina@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    7 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
      ·
      7 months ago

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

      • Pantherina@feddit.de
        link
        fedilink
        arrow-up
        0
        ·
        7 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
          ·
          7 months ago

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