1show-installed(1) show-installed(1)
2
3
4
6 show-installed
7
9 show-installed [options]
10
12 show-installed gives a compact description of the packages installed
13 (or given) making use of the comps groups found in the repositories.
14
16 -h, --help
17 show this help message and exit
18
19 -f FORMAT, --format=FORMAT
20 yum, kickstart or human; yum gives the result as a yum command
21 line; kickstart the content of a %packages section; "human"
22 readable is default.
23
24 -i INPUT, --input=INPUT
25 File to read the package list from instead of using the rpmdb. -
26 for stdin. The file must contain package names only separated by
27 white space (including newlines). rpm -qa --qf='%{name} ' pro‐
28 duces proper output.
29
30 -o OUTPUT, --output=OUTPUT
31 File to write the result to. Stdout is used if option is omited.
32
33 -q, --quiet
34 Do not show warnings.
35
36 -e, --no-excludes
37 Only show groups that are installed completely. Do not use
38 exclude lines.
39
40 --global-excludes
41 Print exclude lines at the end and not after the groups requir‐
42 ing them.
43
44 --global-addons
45 Print package names at the end and not after the groups offering
46 them as addon.
47
48 --addons-by-group
49 Also show groups not selected to sort packages contained by
50 them. Those groups are commented out with a "# " at the begin of
51 the line.
52
53 -m, --allow-mandatories
54 Check if just installing the mandatory packages gives better
55 results. Uses "." to mark those groups.
56
57 -a, --allow-all
58 Check if installing all packages in the groups gives better
59 results. Uses "*" to mark those groups.
60
61 --ignore-missing
62 Ignore packages missing in the repos.
63
64 --ignore-missing-excludes
65 Do not produce exclude lines for packages not in the repository.
66
67
68
69
70Florian Festi 21 October 2010 show-installed(1)