1FLATPAK SEARCH(1) flatpak search FLATPAK SEARCH(1)
2
3
4
6 flatpak-search - Search for applications and runtimes
7
9 flatpak search TEXT
10
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
18 The following options are understood:
19
20 --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
49 The following fields are understood by the --columns option:
50
51 description
52 Show the description
53
54 application
55 Show the application ID
56
57 version
58 Show the version
59
60 version
61 Show the branch
62
63 remotes
64 Show the remotes
65
66 all
67 Show all columns
68
69 help
70 Show the list of available columns
71
72 Note that field names can be abbreviated to a unique prefix.
73
75 flatpak(1)
76
77
78
79flatpak FLATPAK SEARCH(1)