1FLATPAK SEARCH(1)               flatpak search               FLATPAK SEARCH(1)
2
3
4

NAME

6       flatpak-search - Search for applications and runtimes
7

SYNOPSIS

9       flatpak search TEXT
10

DESCRIPTION

12       Searches for applications and runtimes matching TEXT. Note that this
13       uses appstream data that can be updated with the flatpak update
14       command. The appstream data is updated automatically only if it's at
15       least a day old.
16

OPTIONS

18       The following options are understood:
19
20       -u, --user
21           Only search through remotes in the per-user installation.
22
23       --system
24           Only search through remotes in the default system-wide
25           installation.
26
27       --installation=NAME
28           Show a system-wide installation by NAME among those defined in
29           /etc/flatpak/installations.d/. Using --installation=default is
30           equivalent to using --system.
31
32       -h, --help
33           Show help options and exit.
34
35       -v, --verbose
36           Print debug information during command processing.
37
38       --ostree-verbose
39           Print OSTree debug information during command processing.
40
41       --columns=FIELD,...
42           Specify what information to show about each result. You can list
43           multiple fields, or use this option multiple times.
44
45           Append :s[tart], :m[iddle], :e[nd] or :f[ull] to column names to
46           change ellipsization.
47

FIELDS

49       The following fields are understood by the --columns option:
50
51       name
52           Show the name
53
54       description
55           Show the description
56
57       application
58           Show the application ID
59
60       version
61           Show the version
62
63       branch
64           Show the branch
65
66       remotes
67           Show the remotes
68
69       all
70           Show all columns
71
72       help
73           Show the list of available columns
74
75       Note that field names can be abbreviated to a unique prefix.
76

SEE ALSO

78       flatpak(1)
79
80
81
82flatpak                                                      FLATPAK SEARCH(1)
Impressum