• @[email protected]OP
    link
    fedilink
    167 months ago

    That is an interesting sentence: as long as you don’t update it’s extremely stable

    But this is more about macOS having no package manager (officially), telemetry and such

    • @[email protected]
      link
      fedilink
      87 months ago

      I know, and trust me, I hate Apple for essentially breaking my computer after an update. But I had my MacBook for 6 years now, use it daily, and have no hiccups other wise.

      Yeah, back when I was playing around with terminal not having a package manager was a huge pain in the ass.

    • @[email protected]
      link
      fedilink
      -67 months ago

      I still don’t get the love for package managers.

      As a windows and Mac user who has tried to use Linux multiple times I can’t stand the centralized managers. They never have what I need and then it ends up out of date and not working.

      Is there some hidden benefit I’m missing? Because sourcing from the developer seems like the much better way to do it like Mac and Windows.

      • @[email protected]
        link
        fedilink
        37 months ago

        Easy: Nothing beats the simplicity of brew install whatever or apt install whatever, and then having whatever just work, in my experience, pretty much every single time.

        • @[email protected]
          link
          fedilink
          47 months ago

          Click download on the webpage Drag downloaded app to wherever you want to store it Open app

          It’s just a matter of what you’re used to.

        • @[email protected]
          link
          fedilink
          27 months ago

          I’ve not had that experience. I’ve had to go hunting down package names on google before I can install it using the package manager, when instead I could have just downloaded it from their website.

          Apt, brew and whatever Arch has have all had the same problems for me. They almost never work out of the box and they’re a major reason I don’t like using Linux on desktop.

      • @[email protected]OP
        link
        fedilink
        -27 months ago

        1.Security 2.Up to date depends on distro, rolling releases have more up to date software 3. Convenience: just open the app center and click install

        • @[email protected]
          link
          fedilink
          27 months ago

          Security: if they leave checksums on their website I don’t see how it’s any more secure

          Up to date: I definitely haven’t had this experience. Multiple times on arch I had issues where an outdated repo caused an app to not be able to boot

          Convenience: That’s subjective. I’ve never really seen much convenience from an all in one solution for anything. I find it more of a hassle to find the distro specific manager that has a terrible UI rather than just downloading directly off a web page