'\" t .\" Title: flatpak mask .\" Author: Alexander Larsson .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: 03/11/2024 .\" Manual: flatpak mask .\" Source: flatpak .\" Language: English .\" .TH "FLATPAK MASK" "1" "" "flatpak" "flatpak mask" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" flatpak-mask \- Mask out updates and automatic installation .SH "SYNOPSIS" .HP \w'\fBflatpak\ mask\fR\ 'u \fBflatpak mask\fR [OPTION...] PATTERN... .SH "DESCRIPTION" .PP Flatpak maintains a list of patterns that define which refs are masked\&. A masked ref will never be updated or automatically installed (for example a masked extension marked auto\-download will not be downloaded)\&. You can still manually install such refs, but once they are installed the version will be pinned\&. .PP The patterns are just a partial ref, with the * character matching anything within that part of the ref\&. Here are some example patterns: .sp .if n \{\ .RS 4 .\} .nf org\&.some\&.App org\&.some\&.App//unstable app/org\&.domain\&.* org\&.some\&.App/arm .fi .if n \{\ .RE .\} .PP To list the current set of masks, run this command without any patterns\&. .SH "OPTIONS" .PP The following options are understood: .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Show help options and exit\&. .RE .PP \fB\-\-remove\fR .RS 4 Instead of adding the patterns, remove matching patterns\&. .RE .PP \fB\-u\fR, \fB\-\-user\fR .RS 4 Mask refs in a per\-user installation\&. .RE .PP \fB\-\-system\fR .RS 4 Mask refs in the default system\-wide installation\&. .RE .PP \fB\-\-installation=NAME\fR .RS 4 Mask refs in a system\-wide installation specified by NAME among those defined in /etc/flatpak/installations\&.d/\&. Using \fB\-\-installation=default\fR is equivalent to using \fB\-\-system\fR\&. .RE .PP \fB\-v\fR, \fB\-\-verbose\fR .RS 4 Print debug information during command processing\&. .RE .SH "EXAMPLES" .PP \fB$ flatpak mask\fR .PP \fB$ flatpak mask org\&.broken\&.App\fR .PP \fB$ flatpak mask \-\-remove org\&.broken\&.App\fR .SH "SEE ALSO" .PP \fBflatpak\fR(1), \fBflatpak-update\fR(1),