mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 01:50:04 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/flatpak-update
Normal file
21
tldr/linux/flatpak-update
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user