Files
cheatsheet-tldr/tldr/linux/flatpak-update
2025-09-11 00:18:53 +00:00

22 lines
592 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}`