I discovered GoboLinux not long ago and was disappointed to see it was no longer being maintained. It’s exciting to see some folks are picking it back up again.

  • balsoft@lemmy.ml
    4·
    3 months ago

    No, not quite. Flatpak is containers - it just stuffs every dependency that an application needs in a directory with no way to deduplicate or update independently. Gobo is a bit more nuanced, since dependencies are shared between applications when the versions match.

    • rice@lemmy.orgEnglish
      3·
      3 months ago

      flatpak does indeed deduplicate. The stuff is updated to whatever is required as a dependency to whatever programs are installed. And versions are shared between applications when versions match as well…

      So I am guessing it is just like flatpak

      • balsoft@lemmy.ml
        4·
        3 months ago

        They only dedup runtimes, not individual dependencies.