SYNOPSIS
- flatpak [OPTION...] {COMMAND}
DESCRIPTION
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:
-h, --help
- Show help options and exit.
-v, --verbose
- Print debug information during command processing.
--version
- Print version information and exit.
--default-arch
- Print the default arch and exit.
--supported-arches
- Print the supported arches in priority order and exit.
COMMANDS
Commands for managing installed applications and runtimes:
- Install an application or a runtime from a remote or bundle.
- Update an installed application or runtime.
- Uninstall an installed application or runtime.
flatpak-list(1)
- List installed applications and/or runtimes.
flatpak-info(1)
- Show information for an installed application or runtime.
Commands for running applications:
flatpak-run(1)
- Run an application.
- Override permissions for an application.
- Enter the namespace of a running application.
Commands for managing file access:
- Grant an application access to a specific file.
- Revoke access to a specific file.
- Show information about a specific file.
- List exported files.
Commands for managing remote repositories:
- Add a new remote repository.
- Modify properties of a configured remote repository.
- Delete a configured remote repository.
- List all configured remote repositories.
- List contents of a configured remote repository.
Commands for building applications:
- Initialize a build directory.
- Run a build command in a build directory.
- Finalizes a build directory for export.
- Export a build directory to a repository.
- Create a bundle file from a build directory.
flatpak-build-import-bundle(1)
- Import a file bundle into a local repository.
- Update the summary file in a repository.
- Sign an application or runtime after its been exported.