- stretch 0.8.9-0+deb9u3
- testing 1.2.4-1
- stretch-backports 1.2.4-1~bpo9+1
- unstable 1.2.4-1
- experimental 1.4.2-1
FLATPAK UPDATE(1) | flatpak update | FLATPAK UPDATE(1) |
NAME¶
flatpak-update - Update an application or runtimeSYNOPSIS¶
flatpak update [OPTION...] [REF...]
DESCRIPTION¶
Updates applications and runtimes. REF is a reference to the application or runtime to install. If no REF is given, everything is updated.Each REF arguments is a full or partial indentifier in the flatpak ref format, which looks like "(app|runtime)/ID/ARCH/BRANCH". All elements except ID are optional and can be left out, including the slashes, so most of the time you need only specify ID. Any part left out will be matched against what is installed, and if there are multiple matches an error message will list the alternatives.
By default this looks for both apps and runtime with the given REF in the specified REMOTE, but you can limit this by using the --app or --runtime option, or by supplying the initial element in the REF.
Normally, this command updates the application to the tip of its branch. But it is possible to check out another commit, with the --commit option.
Note that updating a runtime is different from installing a different branch, and runtime updates are expected to keep strict compatibility. If an application update does cause a problem, it is possible to go back to the previous version, with the --commit option.
Unless overridden with the --user or the --installation option, this command updates the default system-wide installation.
OPTIONS¶
The following options are understood:-h, --help
--user
--system
--installation=NAME
--arch=ARCH
--subpath=PATH
--commit=COMMIT
--no-deploy
--no-pull
--no-related
--no-deps
--app
--appstream
--runtime
-v, --verbose
--ostree-verbose
--version
EXAMPLES¶
$ flatpak --user update org.gnome.GEditSEE ALSO¶
flatpak(1), flatpak-install(1), flatpak-list(1)flatpak |