mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
500 B
Markdown
17 lines
500 B
Markdown
![]() |
# flatpak update
|
||
|
|
||
|
> Update flatpak applications and runtimes.
|
||
|
> More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-update>.
|
||
|
|
||
|
- Update all installed applications and runtimes (use `-y` to confirm all prompts automatically):
|
||
|
|
||
|
`flatpak update`
|
||
|
|
||
|
- Update only a specific app:
|
||
|
|
||
|
`flatpak update {{com.example.app}}`
|
||
|
|
||
|
- Update/Downgrade to a specific commit (also see flatpak remote-info and flatpak mask):
|
||
|
|
||
|
`flatpak update --commit={{COMMIT}} {{com.example.app}}`
|