flatpak flatpak Developer Alexander Larsson alexl@redhat.com flatpak 1 flatpak Build, install and run applications and runtimes flatpak OPTION COMMAND Description flatpak is a tool for managing applications and the runtimes they use. In the flatpak model, applications can be built and distributed independently from the host system they are used on, and they are isolated from the host system ('sandboxed') to some degree, at runtime. flatpak can operate in system-wide or per-user mode. The system-wide data (runtimes, applications and configuration) is located in $prefix/share/flatpak/, and the per-user data is in $HOME/.local/share/flatpak/. Below these locations, there is a local repository in the repo/ subdirectory and installed runtimes and applications are in the corresponding runtime/ and app/ subdirectories. flatpak uses OSTree to distribute and deploy data. The repositories it uses are OSTree repositories and can be manipulated with the ostree utility. Installed runtimes and applications are OSTree checkouts. Options The following options are understood: Show help options and exit. Print debug information during command processing. Print version information and exit. Commands Commands for managing installed applications and runtimes: flatpak-install1 Install an application or a runtime from a remote or bundle. flatpak-update1 Update an installed application or runtime. flatpak-uninstall1 Uninstall an installed application or runtime. flatpak-list1 List installed applications and/or runtimes. flatpak-info1 Show information for an installed application or runtime. Commands for running applications: flatpak-run1 Run an application. flatpak-override1 Override permissions for an application. flatpak-export-file1 Grant an application access to a specific file. flatpak-enter1 Enter the namespace of a running application. Commands for managing remote rempositories: flatpak-remote-add1 Add a new remote repository. flatpak-remote-modify1 Modify properties of a configured remote repository. flatpak-remote-delete1 Delete a configured remote repository. flatpak-remote-list1 List all configured remote repositories. flatpak-remote-ls1 List contents of a configured remote repository. Commands for building applications: flatpak-build-init1 Initialize a build directory. flatpak-build1 Run a build command in a build directory. flatpak-build-finish1 Finalizes a build directory for export. flatpak-build-export1 Export a build directory to a repository. flatpak-build-bundle1 Create a bundle file from a build directory. flatpak-build-import-bundle1 Import a file bundle into a local repository. flatpak-build-update-repo1 Update the summary file in a repository. flatpak-build-sign1 Sign an application or runtime after its been exported. See also ostree1, ostree.repo5,