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 install for.
41
42       -v, --verbose
43           Print debug information during command processing.
44
45       --ostree-verbose
46           Print OSTree debug information during command processing.
47

EXAMPLES

49       $ flatpak --user make-current org.gnome.GEdit 3.14
50

SEE ALSO

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