1DNF5-SEARCH(8) dnf5 DNF5-SEARCH(8)
2
3
4
6 dnf5-search - Search Command
7
9 dnf5 search [options] <pattern>...
10
12 The search command in DNF5 is used for searching packages by matching
13 given keywords from the user against various metadata.
14
15 By default the command searches for all requested keys (AND operation)
16 in Name or Summary fields from the RPM package metadata. Matching is
17 case-insensitive and globs are supported.
18
20 --all
21 Search patterns also inside Description and URL fields.
22 By applying this option the search lists packages that match at least one of the keys (OR operation).
23
24
26 dnf5 search kernel
27 Search kernel keyword inside Name or Summary package metadata fields.
28
29
30 dnf5 search rpm dbus
31 Search packages having both rpm and dbus keywords inside Name or Summary fields.
32
33
34 dnf5 search --all fedora gnome kde
35 Search packages having any of given keywords in Name, Summary, Description or URL fields.
36
37
39 dnf5-specs(7), Patterns specification
40
41
43 See AUTHORS.md in dnf5 source distribution.
44
46 Contributors to the dnf5 project.
47
48
49
50
51 Nov 09, 2023 DNF5-SEARCH(8)