• @ObsidianZed
    link
    1110 months ago

    As a noob, can someone briefly explain flatpaks and why they may be preferred?

    • haui
      link
      fedilink
      2710 months ago

      Glad you asked

      • containerized apps
      • more secure than regular install
      • less clutter
      • no dependency hell
      • open source (in opposition to snap)
      • @warmaster
        link
        11
        edit-2
        10 months ago

        Containerization is not mandatory, some flatpaks are not air-gapped at all which is a real bummer. I wish they all were.

      • @ObsidianZed
        link
        310 months ago

        That was my guess, from others’ context. Hits almost all of the good points.

        How containerized though? Could it be a replacement for a docker server “farm” on a single machine or is it know for apps to simply use locally?

        • haui
          link
          fedilink
          110 months ago

          Good question. Docker can be used for orchestration which I‘m pretty sure is a lot more than flatpak is designed for. So if this interests you (I‘m fine with docker) feel free to try it out and update me.