• @[email protected]
    link
    fedilink
    English
    431 day ago

    This is a good reason for static linking. All the dependencies are built into the binary, meaning it is more portable and future proof.

    We don’t need flatpak for this!

    • @[email protected]
      link
      fedilink
      291 day ago

      And harder to fix vulnerabilities in a linked library, and more bloat in both storage space and memory used.

      Trade-offs!

      • @[email protected]
        link
        fedilink
        English
        29
        edit-2
        1 day ago

        I’ll take a program that isn’t getting updates anymore or simply wasnt working in my modified environment using slightly more ram and storage over it not working at all.

        I have firsthand experience with videogames made for one flavor of Linux not working on my machine due to dependency hell.

        • @[email protected]
          link
          fedilink
          323 hours ago

          For occasional programs, or things like games, I’ll agree. For most software I use, no thanks.