mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 07:54:36 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/flatpak-mask
Normal file
21
tldr/linux/flatpak-mask
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user