Flatpak
Flatpak is a utility for software deployment and package management for Linux. It provides a sandbox environment in which users can run application software in (partial) isolation from the rest of the system.[5][6] Flatpak was known as xdg-app until 2016.[7] FeaturesApplications using Flatpak need permissions to access resources such as Bluetooth, sound (with PulseAudio), network, and files. These permissions are configured by the maintainer of the Flatpak and can be added or removed by users on their system.[8][9] Another key feature of Flatpak allows application developers to directly provide updates to users without going through linux distributions, and without having to package and test the application separately for each distribution.[10] Because Flatpak runs in a sandbox (which provides a separate, ABI-stable version of common system libraries), it uses more space on the system than common native packages. However, OSTree, a technology underlying Flatpak, deduplicates matching files. This means that the first few Flatpak installations will occupy more space, but as more packages are added, the system will use space more efficiently.[11]
Flathub, a repository (or remote source in the Flatpak terminology) located at SupportTheoretically, Flatpak apps can be installed on any existing and future Linux distribution, including those installed with the Windows Subsystem for Linux compatibility layer, so long as bubblewrap and OSTree are available. It can also be used on Linux kernel-based systems like ChromeOS.[17] See alsoReferences
External links |