• @phoenixz@lemmy.ca
      link
      fedilink
      474 months ago

      Dependency hell every day

      Damn near 25 year Linux user here, servers, desktops, everything. I haven’t seen a single dependency issue in over 5 years.

      • @Sarcasmo220@lemmy.ml
        link
        fedilink
        354 months ago

        I get what you mean, but the way you worded it makes it seem like you experienced dependency hell for 20 out of 25 years…

        • @OsrsNeedsF2P@lemmy.ml
          link
          fedilink
          134 months ago

          Dependency hell happens when you try to go against your distro and install something. Someone who used Linux for 20 years probably found a distro that works well for them, hence the no dependency hell.

          Or they just stopped tinkering. Either case is solvable by Nix/Flatpak/Bedrock/20+ other solutions

        • @phoenixz@lemmy.ca
          link
          fedilink
          24 months ago

          Yeah, could have worded that better. I’ve had some dependancy issues here and there over the years, especially in the early days (20+ years ago) but since like 5 years or so I haven’t seen anything

        • @SuperIce@lemmy.world
          link
          fedilink
          English
          34 months ago

          Or they just use a distro that doesn’t frequently break dependencies. I used to experience lots of dependency issues on Ubuntu many years ago. Been on Arch for ~10 years and have only had 1 dependency issue, which was fixed within 1 day.

          • @phoenixz@lemmy.ca
            link
            fedilink
            14 months ago

            Haven’t had any major dependancy issues for years on Ubuntu. Maybe tiny things where I had to manually download a package somewhere because I use external repos, but those are easy fixes.

        • @0x4E4F@lemmy.dbzer0.comOP
          link
          fedilink
          24 months ago

          It’s common on Ubuntu/Debian. They’re stable releases, plus there are repos for them all over the place. This unfortunatelly leads to dependency hell, sooner or later. If you use only the provided repos, that will most likely never happen.

          • @phoenixz@lemmy.ca
            link
            fedilink
            24 months ago

            Not really.

            I’ve been on Ubuntu for decades now, and I’ve done some crazy shit in my time. External repos indeed do increase a risk-of but it’s exceedingly rare and easier to fix these days

            • @0x4E4F@lemmy.dbzer0.comOP
              link
              fedilink
              14 months ago

              That is true… though dll hell was also somewhat of an issue with Windows, but they managed that with WinSxS.

              This is why rolling release distros are the way to go for desktops. I found this out early on. But, on the other hand, I get that people in corporate environments like to use stable releases.

              I would suggest Void as a really stable rolling release distro for personal use (corporate probably won’t go with this, there is no legal entity backing the distro, it’s just a bunch of people maintaining it). It’s not bleeding edge like Arch, but more like cutting edge. They do pick and choose when to update/upgrade to stable releases of kernels and other packages, so it really is a lot more stable than Arch.

        • @phoenixz@lemmy.ca
          link
          fedilink
          14 months ago

          Sounds like that tool was badly packaged then, as no package install should just bork up other packages, let alone your gui. A SEO tool definitely has nothing to do there, so yeah, bad package. Always check what the package manager tells you before installing

      • @FlexibleToast@lemmy.world
        cake
        link
        fedilink
        44 months ago

        In over 5 years? Like when containers and flatpaks became popular and include all their dependencies? Or when RHEL8 introduced app streams to help combat dependency issues?

      • @Kusimulkku@lemm.ee
        link
        fedilink
        44 months ago

        I mean luckily distro maintainers usually deal with it (quite a lot of work) but have any additional repos and it gets wonky if those are not in total lockstep.

          • @Kusimulkku@lemm.ee
            link
            fedilink
            34 months ago

            No it isn’t, any distro might have these issues if they have third party repos. openSUSE commonly has these conflicts with Packman.

            • @0x4E4F@lemmy.dbzer0.comOP
              link
              fedilink
              1
              edit-2
              4 months ago

              Yeah, that is true as well. I meant Debian/Ubuntu because it has the most 3rd party repos available. But yes, if you have more than one package manager, then things will most likely go south after a while as well.

              • @Kusimulkku@lemm.ee
                link
                fedilink
                24 months ago

                Well not two different package managers but just two repos from different people (so hard to keep deps in sync). Packman (the third party codec repo for openSUSE) is slower to update compared to official repos, which often results in a situation where a thing from Packman requires a different version of a library than stuff from official openSUSE repos. But in that case it is easy to solve (for the user) in that you’ll just have to wait a bit for Packman people to figure out the situation.

      • @Sanctus@lemmy.world
        link
        fedilink
        English
        24 months ago

        I just had one yesterday trying to get Mobile Verification Tookit going on my laptop. I mean I just had to manually find it and install it but it was still a very minor issue.

    • @woelkchen@lemmy.world
      link
      fedilink
      134 months ago

      But Flatpak packages don’t contain the Runtime dependencies. Those are shared among all Flatpak packages. AppImage bundles everything.

    • @acockworkorange@mander.xyz
      link
      fedilink
      14 months ago

      I get what you mean, especially regarding stuff like Python 2 vs 3 and the like. In that case it’s mostly an upstream issue. The Python devs disregarded this very important aspect and we’re stuck bearing with it.

      Excepting those problem children, dependency hell is a solved problem. When people complain about it today I assume they either:

      1. Are struggling with badly designed backwards/multi version compatibility of a specific library; OR
      2. Never went through actual dependency hell, be it either early 00s Linux package managers or Windows DLLs. Then they see an easily solvable package conflict and think that is dependency hell.