flatpakflatpakDeveloperAlexanderLarssonalexl@redhat.comflatpak1flatpakBuild, install and run applications and runtimesflatpakOPTIONCOMMANDDescription
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/var/lib/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.
System-wide remotes can be statically preconfigured by dropping
flatpakrepo5
files into /usr/share/flatpak/remotes.d/ and
/etc/flatpak/remotes.d/. If a file with
the same name exists in both, the file under
/etc will take precedence.
In addition to the system-wide installation in $prefix/var/lib/flatpak/,
which is always considered the default one unless overridden, more
system-wide installations can be defined via configuration files in
/etc/flatpak/installations.d/, which must define
at least the id of the installation and the absolute path to it.
Other optional parameters like DisplayName,
Priority or StorageType
are also supported.
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.
Basic commands for building flatpaks such as build-init, build and build-finish
are included in the flatpak utility. For higher-level build support, see
the separate
flatpak-builder1 tool.
Flatpak supports installing from sideload repos. These are partial
copies of a repository (generated by flatpak create-usb) that are used as
an installation source when offline (and online as a performance improvement).
Such repositories are configured by creating symlinks to the sideload sources
in the sideload-repos subdirectory of the installation directory (i.e. typically
/var/lib/flatpak/sideload-repos or
~/.local/share/flatpak/sideload-repos). Additionally
symlinks can be created in /run/flatpak/sideload-repos
which is a better location for non-persistent sources (as it is cleared on reboot). These symlinks
can point to either the directory given to flatpak create-usb which by default
writes to the subpath .ostree/repo, or directly to an ostree repo.
Options
The following global options are understood. Individual commands have their
own options.
Show help options and exit.
Show debug information during command processing. Use -vv for more detail.
Show OSTree debug information during command processing.
Print version information and exit.
Print the default arch and exit.
Print the supported arches in priority order and exit.
Print the list of active gl drivers and exit.
Print paths of system installations and exit.
When the flatpak --print-updated-env
command is run, only print the environment for system
flatpak installations, not including the user’s home
installation.
Print the set of environment variables needed to use
flatpaks, amending the current set of environment variables.
This is intended to be used in a systemd environment
generator, and should not need to be run manually.
CommandsCommands 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-mask1
Mask out updates and automatic installation.
flatpak-pin1
Pin runtimes to prevent automatic removal.
flatpak-list1
List installed applications and/or runtimes.
flatpak-info1
Show information for an installed application or runtime.
flatpak-history1
Show history.
flatpak-config1
Manage flatpak configuration.
flatpak-repair1
Repair flatpak installation.
flatpak-create-usb1
Copy apps and/or runtimes onto removable media.
Commands for finding applications and runtimes:flatpak-search1
Search for applications and runtimes.
Commands for managing running applications:flatpak-run1
Run an application.
flatpak-kill1
Stop a running application.
flatpak-override1
Override permissions for an application.
flatpak-make-current1
Specify the default version to run.
flatpak-enter1
Enter the namespace of a running application.
Commands for managing file access:flatpak-document-export1
Grant an application access to a specific file.
flatpak-document-unexport1
Revoke access to a specific file.
flatpak-document-info1
Show information about a specific file.
flatpak-documents1
List exported files.
Commands for managing the dynamic permission store:flatpak-permission-remove1
Remove item from permission store.
flatpak-permissions1
List permissions.
flatpak-permission-show1
Show app permissions.
flatpak-permission-reset1
Reset app permissions.
flatpak-permission-set1
Set app permissions.
Commands for managing remote repositories:flatpak-remotes1
List all configured remote repositories.
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-ls1
List contents of a configured remote repository.
flatpak-remote-info1
Show information about a ref in 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 ref in a local repository.
flatpak-build-import-bundle1
Import a file bundle into a local repository.
flatpak-build-sign1
Sign an application or runtime after its been exported.
flatpak-build-update-repo1
Update the summary file in a repository.
flatpak-build-commit-from1
Create a new commit based on an existing ref.
flatpak-repo1
Print information about a repo.
Commands available inside the sandbox:flatpak-spawn1
Run a command in another sandbox.
File formatsFile formats that are used by Flatpak commands:flatpakref5
Reference to a remote for an application or runtime
flatpakrepo5
Reference to a remote
flatpak-remote5
Configuration for a remote
flatpak-installation5
Configuration for an installation location
flatpak-metadata5
Information about an application or runtime
Environment
Besides standard environment variables such as XDG_DATA_DIRS and
XDG_DATA_HOME, flatpak consults some of its own.
FLATPAK_BINARY
Path to the flatpak executable that will be written
into exported .desktop files
and scripts when an app is installed.
The default is /usr/bin/flatpak,
unless overridden at build time by
.
FLATPAK_BWRAP
Path to the
bwrap1
executable that will be used to create the sandbox.
Depending on how Flatpak was configured at build-time,
the default is either to search the
PATH,
or use a vendored copy which is normally installed as
/usr/libexec/flatpak-bwrap.
FLATPAK_CONFIG_DIR
The location of flatpak site configuration. If this is not set,
/etc/flatpak is used (unless overridden at build
time by --sysconfdir).
FLATPAK_DATA_DIR
The location of Flatpak's OS-level defaults and
integration hooks.
If this is not set,
/usr/share/flatpak is used,
unless overridden at build time by
.
FLATPAK_DBUSPROXY
Path to the
xdg-dbus-proxy1
executable that will be used to filter D-Bus
traffic between the sandbox and the host system.
Depending on how Flatpak was configured at build-time,
the default is either to search the
PATH,
or use a vendored copy which is normally installed as
/usr/libexec/flatpak-dbus-proxy.
FLATPAK_DOWNLOAD_TMPDIR
Path to a directory that will be used temporarily
when downloading OCI layers,
and potentially for other downloads in future.
The standard TMPDIR is not used
for this,
because Flatpak apps are frequently too large to
fit on a tmpfs.
FLATPAK_FANCY_OUTPUT
May be set to 0 to avoid fancy
formatting when outputting to a terminal.
This feature is also disabled automatically when
standard output is not a terminal,
or when G_MESSAGES_DEBUG is set.
FLATPAK_FORCE_TEXT_AUTH
May be set to 1 to force use of
a simple built-in
polkit8
agent when authentication is required to modify
the system-wide installation.
By default,
the desktop environment's polkit agent is used,
if one is available,
usually resulting in a graphical prompt.
FLATPAK_GL_DRIVERS
A colon-separated list of graphics driver extensions
to try to use for OpenGL, Vulkan and similar APIs,
most-preferred first.
The default is to select a graphics driver
automatically.
Values in this list match the last dot-separated
component of the names of extensions with the
active-gl-driver condition.
Typical values are
default,
mesa-git or
nvidia-550-120
(replacing the version number by the major and minor
version of the nvidia kernel module).
FLATPAK_RUN_DIR
The location of flatpak runtime global files. If this is not set,
/run/flatpak is used.
FLATPAK_SYSTEM_CACHE_DIR
The location where temporary child repositories will be created during pulls
into the system-wide installation. If this is not set, a directory in
/var/tmp/ is used. This is useful because it is more
likely to be on the same filesystem as the system repository (thus increasing
the chances for e.g. reflink copying), and we can avoid filling the user's
home directory with temporary data.
FLATPAK_SYSTEM_DIR
The location of the default system-wide installation. If this is not set,
/var/lib/flatpak is used (unless overridden at build
time by or
).
FLATPAK_TTY_PROGRESS
May be set to 0 to disable reporting
machine-readable progress to the terminal.
This feature can be disabled because it uses the OSC 9;4
sequence, which some terminal emulators interpret as a
popup notification.
FLATPAK_USER_DIR
The location of the per-user installation. If this is not set,
$XDG_DATA_HOME/flatpak is used.
See alsoostree1,
ostree.repo5,
flatpak-remote5,
flatpak-installation5,
https://www.flatpak.org