• oshu
    link
    fedilink
    1822 days ago

    Every project eventually makes their own package manager. Its pretty insane if you stop and think about how routinely the package manager is re-invented.

    • Possibly linux
      link
      fedilink
      English
      322 days ago

      Not really

      There are only a few mainstream package formats and ultimately you are going to probably be using distro packages or portable formats like Flatpak.

    • Cyborganism
      link
      fedilink
      722 days ago

      For real. I don’t mind the million distributions, but can we agree on one single package manager?

      • wander1236
        link
        fedilink
        1322 days ago

        Every time someone complains, another package manager is created

      • @[email protected]
        link
        fedilink
        17
        edit-2
        22 days ago

        Where is that comic about standards now that we need it? The one where they create a new standard that is going to solve all the problems, except for now there is just one more standard??

        Edit: https://xkcd.com/927

        • Cyborganism
          link
          fedilink
          121 days ago

          Back in 2000 I started using Linux with RedHat (That’s what they were teaching us in college then.) and got to know RPMs before the automatic package dependency resolution tools. Then I moved to Ubuntu in 2004 and have been using that since, and even had a job where I built custom Linux distros based on Debian where I had to build DEB packages, so I got to know that system pretty well.

          But, honestly, if there are better package managers out there I wouldn’t mind changing if it means we all use the same thing.

          • @[email protected]
            link
            fedilink
            121 days ago

            I’ve broken both Fedora and Ubuntu already, so I had to find better solutions. With NixOS I can roll back to a previous revision easily on boot

              • @[email protected]
                link
                fedilink
                120 days ago

                Upgrade 22 LTS upgrade to Ubuntu 24 LTS failed and I forgot the upgrade didn’t succeed when I rebooted. Unlike NixOS, it doesn’t roll all the changes back when the upgrade is unsuccessful

                • Cyborganism
                  link
                  fedilink
                  220 days ago

                  Aaah I see. Ok. I can see why Nix appeals so much to you.

                  As I said, I need to try it out. I’m gonna download it right now and try it in a VM.

        • Cyborganism
          link
          fedilink
          421 days ago

          I don’t know if Flatpak can cover all the scenarios. It seems to be mostly for Desktop apps. I know Ubuntu was able to have system tools installed with Snaps though. However, having apps installed with their dependencies in one package is neat, but it takes a ton more in storage.

          Flatpak is a great extra layer to have on top of a regular package manager, but I wouldn’t use it as a sole package management system.