1FLATPAK CONFIG(1) flatpak config FLATPAK CONFIG(1)
2
3
4
6 flatpak-config - Manage configuration
7
9 flatpak config [OPTION...] KEY VALUE
10
12 Show and modify current configuration
13
15 The following options are understood:
16
17 -h, --help
18 Show help options and exit.
19
20 --list
21 Print all keys and their values
22
23 --set
24 Set key KEY to VALUE
25
26 --unset
27 Unset key KEY
28
29 --get
30 Print value of KEY.
31
32 --user
33 Configure per-user installation.
34
35 --system
36 Configure system-wide installation.
37
38 --installation=NAME
39 Configure the system-wide installation specified by NAME among
40 those defined in /etc/flatpak/installations.d/. Using
41 --installation=default is equivalent to using --system.
42
43 -v, --verbose
44 Print debug information during command processing.
45
46 --ostree-verbose
47 Print OSTree debug information during command processing.
48
50 $ flatpak config --set language sv;en;fi
51
53 flatpak(1),
54
55
56
57flatpak FLATPAK CONFIG(1)