snippetbashTip
flatpak mask — Mask out updates and automatic installation. More information: <https://docs.flatpak.org/en/latest/f
Viewed 0 times
commandmaskandupdatescliautomaticoutflatpak mask
linux
Problem
How to use the
flatpak mask command: Mask out updates and automatic installation. More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-mask>.Solution
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}}Code Snippets
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}}Context
tldr-pages: linux/flatpak mask
Revisions (0)
No revisions yet.