target OS is debian or linux mint

  • callcc@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    27 days ago

    Flatpaks won’t get their libs updated all at once by just updating a library. This can be very bad in cases like bugs in openssl. Instead of just updating one library and all other software benefiting from the fix, with flatpaks, you need to deal with updating everything manually and waiting for the vendor to actually create an update package.

    I’m not 100% sure about this. Flatpak has some mechanisms that would allow to manage dependencies in a common fashion.

    • d_k_bo@feddit.de
      link
      fedilink
      arrow-up
      4
      ·
      27 days ago

      Common libraries like OpenSSL are usually bundled in runtimes. So if my application uses e.g. org.gnome.Platform, I don’t have to update my application if there is a fix in a library of that runtime, I just need to update the runtime.

      The runtime is also shared by all applications that use this runtime.