320
Flathub Grows Past One Million Active Users
(docs.flathub.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
As a noob, can someone briefly explain flatpaks and why they may be preferred?
Glad you asked
Containerization is not mandatory, some flatpaks are not air-gapped at all which is a real bummer. I wish they all were.
Can they not be closed down with flatseal?
For some apps this is just annoying. Like on Cryptomator
Thanks for mentioning this. I didnt know.
Are you referring to the ones with excessive sandbox permissions that flathub allows by default? Or is this something else?
It is also much easier to install and update, since it don't require restarting the computer, and also works on all distro.
Exactly. Thanks for pointing it out.
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?
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.