• TwinTusks
    link
    fedilink
    English
    71 year ago

    But doesnt each flatpak is packed with its own dependencies? So bascially you have the same dependency over and over.

    • Björn Tantau
      link
      fedilink
      271 year ago

      You may be thinking of AppImage. That’s one file that contains everything.

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

      No, each runtime is only used once. You only get duplicates for apps that use different runtimes or for dependencies that are bundled in the app.

      • TwinTusks
        link
        fedilink
        English
        61 year ago

        dependencies that are bundled in the app

        Isn’t flatpaks exactly this?

        • @[email protected]
          link
          fedilink
          31 year ago

          It’s like a separate package manager with much less granularity than most distros packages. It’s a very clever implementation that has got its pros and cons, but massive duplication of libraries isn’t one of them.

        • @[email protected]
          link
          fedilink
          181 year ago

          No, it’s a layered model like Docker. They depend on various images that can be shared across applications targeting the same runtime.

        • @[email protected]
          link
          fedilink
          71 year ago

          Some are bundled, lots of the deps come from runtimes that are collections of deps. And many apps use those same runtimes. It’s sorta middle point between bundling everything and sharing everything.