I’m talking about things like “python3-blabla” and “libsomething”. How bad would it be if nobody used these library-packages and everyone just added all kinds of libraries as part of an application’s package?

  • amigan@lemmy.dynatron.me
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    1 year ago

    Well, back in the days of static everything, some OSes had every system command be a hard link to the same binary (just switching on argv[0], like busybox) so they could still share library pages. This was a big deal when your workstation only had 8MB of core. But to answer your question, I’m sure we will find out in the next few years with all of the garbage containerization and packaging systems popping up.