mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
17 lines
387 B
Markdown
17 lines
387 B
Markdown
![]() |
# 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}}`
|