• @kadu
    link
    75
    edit-2
    9 months ago

    deleted by creator

    • Phoenixz
      link
      fedilink
      479 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.

      • @[email protected]
        link
        fedilink
        359 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…

        • @[email protected]
          link
          fedilink
          139 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
          link
          fedilink
          29 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

          • @Cort
            link
            69 months ago

            I’m genuinely curious too. Was there a big update? Bad interaction with the new plasma? I know they added av1 last year but I looked like a week ago and atsc 3.0 and ac4 audio still didn’t work.

        • @SuperIce
          link
          English
          39 months ago

          Did that cause breaks on certain distros? No issues with it on Arch.

          • @[email protected]
            link
            fedilink
            19 months ago

            Hmm. I’m not finding anything on it now, but all my hosts at home started asking which package provider I wanted it from

        • @SuperIce
          link
          English
          39 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
            link
            fedilink
            19 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.

        • Phoenixz
          link
          fedilink
          19 months ago

          It’s a personal anecdote, sure, bit I’ve seen this issue become a non-issue, really.

      • @kadu
        link
        6
        edit-2
        9 months ago

        deleted by creator

        • @[email protected]OP
          link
          fedilink
          29 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
            link
            fedilink
            29 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

          • @kadu
            link
            19 months ago

            deleted by creator

            • @[email protected]OP
              link
              fedilink
              19 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
          link
          fedilink
          19 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

      • @[email protected]
        link
        fedilink
        49 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.

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

          That’s a Debian/Ubuntu specific issue. Repos all over the place, so yeah, you will break things eventually.

          • @[email protected]
            link
            fedilink
            39 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.

            • @[email protected]OP
              link
              fedilink
              1
              edit-2
              9 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.

              • @[email protected]
                link
                fedilink
                29 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.

      • @FlexibleToast
        link
        49 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?

      • @Sanctus
        link
        English
        29 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
      link
      139 months ago

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

    • @[email protected]
      link
      fedilink
      19 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.