1FLATPAK CONFIG(1) flatpak config FLATPAK CONFIG(1)
2
3
4
6 flatpak-config - Manage configuration
7
9 flatpak config [OPTION...]
10
11 flatpak config [OPTION...] --set KEY VALUE
12
13 flatpak config [OPTION...] --unset|--get KEY
14
16 The flatpak config command shows or modifies the configuration of a
17 flatpak installation. The following keys are supported:
18
19 languages
20 The languages that are included when installing Locale extensions.
21 The value is a semicolon-separated list of two-letter language
22 codes, or one of the special values * or all. If this key is unset,
23 flatpak defaults to including just the current locale.
24
25 For configuration of individual remotes, see flatpak-remote-modify(1).
26 For configuration of individual applications, see flatpak-override(1).
27
29 The following options are understood:
30
31 -h, --help
32 Show help options and exit.
33
34 --list
35 Print all keys and their values.
36
37 --set
38 Set key KEY to VALUE.
39
40 --unset
41 Unset key KEY.
42
43 --get
44 Print value of KEY.
45
46 --user
47 Configure per-user installation.
48
49 --system
50 Configure system-wide installation.
51
52 --installation=NAME
53 Configure the system-wide installation specified by NAME among
54 those defined in /etc/flatpak/installations.d/. Using
55 --installation=default is equivalent to using --system.
56
57 -v, --verbose
58 Print debug information during command processing.
59
60 --ostree-verbose
61 Print OSTree debug information during command processing.
62
64 $ flatpak config --set languages "sv;en;fi"
65
67 flatpak(1), flatpak-remote-modify(1), flatpak-override(1)
68
69
70
71flatpak FLATPAK CONFIG(1)