Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Flatpak Update - Manage App Updates on Linux | Online Free DevTools by Hexmos

Manage Flatpak updates with Flatpak Update on Linux. Effortlessly update applications, runtimes, and even downgrade to specific commits. Free online tool, no registration required.

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}}

See Also