What's up with homebrew that you'd have it installed by default on linux?

I don't understand the appeal of it, can someone help me?

  • mogoh@lemmy.ml
    ·
    4 months ago

    Very interesting. I wish flatpak would offer a better CLI experience. I don't want another package managing tool, but here we are.

    • poki@discuss.online
      ·
      edit-2
      4 months ago

      Can't agree more.

      I believe Flatpak initially couldn't and/or didn't want to do CLI. At some point, it offered some basic functionality; I first noticed it on Bottles. But, it's pretty dire if no variation of top can be found as a Flatpak.

      I wouldn't be surprised if most people are simply unaware that Flatpak can even do CLI. This inevitably also negatively affects its CLI ecosystem.

      • Bitrot@lemmy.sdf.org
        ·
        edit-2
        4 months ago

        The flatpak packaging tutorial has you build a cli app, so anyone building one is likely aware.

        The real issue is invoking the commands. If you install a snap of top, you run top and it opens. If you installed a flatpak it wouldn’t be added to your PATH and even if you added the exports directory to your PATH you would need to remember to run org.gnu.top. Nobody wants to run some random flatpak run command all the time or create aliases for everything, so “flatpak isn’t for cli” becomes the mantra.

        In an ideal world a flatpak could register the cli commands it wants to present to the user, and some alternatives system could manage which flatpak gets which command if there were collisions.