Scroll to navigation

show-installed(1) show-installed(1)

NAME

show-installed - show installed RPM packages and descriptions

SYNOPSIS

show-installed [options]

DESCRIPTION

show-installed gives a compact description of the packages installed (or given) making use of the comps groups found in the repositories.

OPTIONS

show this help message and exit
yum, kickstart or human; yum gives the result as a yum command line; kickstart the content of a %packages section; "human" readable is default.
File to read the package list from instead of using the rpmdb. - for stdin. The file must contain package names only separated by white space (including newlines). rpm -qa --qf='%{name}\n' produces proper output.
File to write the result to. Stdout is used if option is omitted.
Do not show warnings.
Only show groups that are installed completely. Do not use exclude lines.
Print exclude lines at the end and not after the groups requiring them.
Print package names at the end and not after the groups offering them as addon.
Also show groups not selected to sort packages contained by them. Those groups are commented out with a "# " at the begin of the line.
Check if just installing the mandatory packages gives better results. Uses "." to mark those groups.
Check if installing all packages in the groups gives better results. Uses "*" to mark those groups.
Ignore packages missing in the repos.
Do not produce exclude lines for packages not in the repository.


21 October 2010 Florian Festi