From Fedora Project Wiki
m (1 revision(s)) |
(-p requires an RPM file argument; -a queries all packages) |
||
Line 36: | Line 36: | ||
A useful command to show what groups are being used by a set of packages: | A useful command to show what groups are being used by a set of packages: | ||
<pre> | <pre> | ||
rpm - | rpm -qa --qf '%{group}\n' * |sort -u | ||
</pre> | </pre> | ||
---- | ---- | ||
[[Category:Extras]] | [[Category:Extras]] |
Revision as of 04:31, 18 April 2012
Valid RPM GROUPS
From Fedora Core 5 /usr/share/doc/rpm-4.4.2/GROUPS file (unchanged at least since Red Hat 9):
Amusements/Games Amusements/Graphics Applications/Archiving Applications/Communications Applications/Databases Applications/Editors Applications/Emulators Applications/Engineering Applications/File Applications/Internet Applications/Multimedia Applications/Productivity Applications/Publishing Applications/System Applications/Text Development/Debuggers Development/Languages Development/Libraries Development/System Development/Tools Documentation System Environment/Base System Environment/Daemons System Environment/Kernel System Environment/Libraries System Environment/Shells User Interface/Desktops User Interface/X User Interface/X Hardware Support
A useful command to show what groups are being used by a set of packages:
rpm -qa --qf '%{group}\n' * |sort -u