Flatpak is a LICENSE licensed CATEGORY written in LANG. - Website - [Source](https://en.wikipedia.org/wiki/Flatpak) - Documentation - [Wikipedia](https://en.wikipedia.org/wiki/Flatpak) - AlternativeTo > QUOTE # Notability # Philosophy # Platform Support > Theoretically, 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. - `libostree` - "a system for versioning updates of Linux-based operating systems" - https://ostreedev.github.io/ostree/ - https://en.wikipedia.org/wiki/OSTree - Bubblewrap - "Low-level unprivileged sandboxing tool" - https://github.com/containers/bubblewrap # Features # Tips ## NVidia Driver Updates Flatpak erroneously fails to clean up old NVidia driver updates and complains that they are still in use even when they aren't. Weirdly `remove --unused` will still remove them, but will ask for confirmation. Pass in `-y` to skip confirmation. ``` flatpak remove --unused -y ``` # Resources ## Tools - [[FlatSeal]] - Graphical permission manager for Flatpak apps # References - https://github.com/flathub/org.freedesktop.Platform.GL.nvidia/issues/42 - https://github.com/flatpak/flatpak/issues/5261 -