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 flatpak-update(1). The
14 appstream data is updated automatically only if it's at least a day
15 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
42
43flatpak FLATPAK SEARCH(1)