• HeyMrDeadMan@lemmy.world
    link
    fedilink
    arrow-up
    81
    arrow-down
    2
    ·
    10 months ago

    I’m really triggered by the idea that Linux makes running old software easy. The bane of my existence is finding an application that depends on libButts.5.1, but my distro ships with libButts.5.3, which isn’t backward compatible for some reason, and trying to install libButts.5.1 bricks the desktop environment for some reason.

    • eumesmo@lemmings.world
      link
      fedilink
      arrow-up
      19
      ·
      10 months ago

      I just searched for that lib, in an attempt to help you with the supposed problem. I won’t deny, you got me there.

      • HeyMrDeadMan@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        10 months ago

        All potentially fantastic ideas had the original author bothered to package in any of those formats. Much more common is the only release is a .deb built for an ancient version of Ubuntu, leading to my above frustrstions.

        • Nefyedardu@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          I mean not really, Appimage has been around since 2004, flatpak/docker for about a decade now. But at any rate I don't see your point, the person I replied to said it's hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?

          • Kusimulkku@lemm.ee
            link
            fedilink
            arrow-up
            1
            arrow-down
            2
            ·
            10 months ago

            I don’t see your point, the person I replied to said it’s hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?

            it’s hard to run old applications on Linux

            What does their age have to do with anything

            I'm not sure if you're taking the piss but since those solutions are so recent, you won't find old applications packaged with those solutions.

            • Nefyedardu@kbin.social
              link
              fedilink
              arrow-up
              2
              ·
              10 months ago

              They don't need to be packaged at the time of creation anyway, they can be packaged right now. Distrobox makes this easy, like let's say you need an application that only works on Ubuntu 18.04. It's two commands:

              distrobox create --image ubuntu:18.04 ubuntu

              distrobox enter ubuntu -- sudo apt-get install _package_

              Then to export the package to your desktop you can even do

              distrobox enter ubuntu -- distrobox export --app _application_

              Boom, you have an Ubuntu 18.04 application on an OS of your choosing. You can theoretically do this with any distro, distrobox can use any OCI images from docker-hub, quay.io, or any registry of your choice.

              • Kusimulkku@lemm.ee
                link
                fedilink
                arrow-up
                2
                arrow-down
                1
                ·
                10 months ago

                I wouldn't exactly call that easy, but compared to how it used to be, fair enough.

      • HeyMrDeadMan@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        10 months ago

        Someone probably could. But not me. I am not a software developer, and being one should not be a prerequisite to using an OS, despite what the memes in this very group might lead one to believe.

      • icedterminal@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        edit-2
        10 months ago

        Potentially but it’s not always that simple. I’ve literally encountered this exact scenario. OldeShit needs libY 1.9 but pacman is on 2.2. Can’t downgrade because libY uses 10 different libs collectively in the depends tree that explicitly need 2.0 or higher. So you take a look at libY and OldeShit builds only to realise several functions that libY provide have been reworked or removed, making it incompatible with OldeShit. As such OldeShit doesn’t build.

        As an aside, this is quite literally why Microsoft has several different VC Redistributables. To avoid this issue. But this also creates another issue. Lol.

    • Fades@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      Most of the people who post these kinds of memes unironically, aren’t actual nix users

    • veng@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      edit-2
      10 months ago

      Anyone who’s feeling Linux savvy, try getting EAX working with some X-Fi hardware. Best of luck ;)

    • krey@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      what you do is: you make a chroot environment that has libButts.5.1 , so it isn't really part of your system. you run your old app inside of it, so you can do your buttstuff in a safe environment