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

Flatpak Mask - Control Updates with Flatpak | Online Free DevTools by Hexmos

Control Flatpak updates easily with Flatpak Mask. Manage application updates and prevent automatic installations using simple commands. Free online tool, no registration required.

flatpak-mask

Mask out updates and automatic installation. More information: https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-mask.

  • Ignore updates for a specific flatpak:

flatpak mask {{com.example.app}}

  • Undo ignore updates:

flatpak mask --remove {{com.example.app}}

  • List all currently masked patterns:

flatpak mask {{--system|--user}}

See Also