1FLATPAK MAKE-CURREN(1)       flatpak make-current       FLATPAK MAKE-CURREN(1)
2
3
4

NAME

6       flatpak-make-current - Make a specific version of an app current
7

SYNOPSIS

9       flatpak make-current [OPTION...] APP BRANCH
10

DESCRIPTION

12       Makes a particular branch of an application current. Only the current
13       branch of an app has its exported files (such as desktop files and
14       icons) made visible to the host.
15
16       When a new branch is installed it will automatically be made current,
17       so this command is often not needed.
18
19       Unless overridden with the --user or --installation options, this
20       command changes the default system-wide installation.
21

OPTIONS

23       The following options are understood:
24
25       -h, --help
26           Show help options and exit.
27
28       --user
29           Update a per-user installation.
30
31       --system
32           Update the default system-wide installation.
33
34       --installation=NAME
35           Updates a system-wide installation specified by NAME among those
36           defined in /etc/flatpak/installations.d/. Using
37           --installation=default is equivalent to using --system.
38
39       --arch=ARCH
40           The architecture to make current for. See flatpak
41           --supported-arches for architectures supported by the host.
42
43       -v, --verbose
44           Print debug information during command processing.
45
46       --ostree-verbose
47           Print OSTree debug information during command processing.
48

EXAMPLES

50       $ flatpak --user make-current org.gnome.gedit 3.14
51

SEE ALSO

53       flatpak(1), flatpak-install(1), flatpak-list(1)
54
55
56
57flatpak                                                 FLATPAK MAKE-CURREN(1)
Impressum