1show-installed(1)                                            show-installed(1)
2
3
4

NAME

6       show-installed - show installed RPM packages and descriptions
7

SYNOPSIS

9       show-installed [options]
10

DESCRIPTION

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

OPTIONS

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}\n'  pro‐
28              duces proper output.
29
30       -o OUTPUT, --output=OUTPUT
31              File  to  write the result to. Stdout is used if option is omit‐
32              ted.
33
34       -q, --quiet
35              Do not show warnings.
36
37       -e, --no-excludes
38              Only show groups that  are  installed  completely.  Do  not  use
39              exclude lines.
40
41       --global-excludes
42              Print  exclude lines at the end and not after the groups requir‐
43              ing them.
44
45       --global-addons
46              Print package names at the end and not after the groups offering
47              them as addon.
48
49       --addons-by-group
50              Also  show  groups  not  selected  to sort packages contained by
51              them. Those groups are commented out with a "# " at the begin of
52              the line.
53
54       -m, --allow-mandatories
55              Check  if  just  installing  the mandatory packages gives better
56              results. Uses "." to mark those groups.
57
58       -a, --allow-all
59              Check if installing all packages  in  the  groups  gives  better
60              results. Uses "*" to mark those groups.
61
62       --ignore-missing
63              Ignore packages missing in the repos.
64
65       --ignore-missing-excludes
66              Do not produce exclude lines for packages not in the repository.
67
68
69
70
71Florian Festi                   21 October 2010              show-installed(1)
Impressum