Files
tldr/pages.zh/linux/flatpak-update.md

16 lines
488 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# flatpak 更新
> 更新 flatpak 应用程序和运行时。
> 更多信息:<https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-update>。
- 更新所有已安装的应用程序和运行时(使用 `-y` 自动确认所有提示):
`flatpak update`
- 仅更新特定应用:
`flatpak update {{com.example.app}}`
- 更新/降级到特定提交(另见 flatpak remote-info 和 flatpak mask
`flatpak update --commit={{COMMIT}} {{com.example.app}}`