Skip to content

Instantly share code, notes, and snippets.

@skull-squadron
Created February 23, 2013 23:34
Show Gist options
  • Save skull-squadron/5021854 to your computer and use it in GitHub Desktop.
Save skull-squadron/5021854 to your computer and use it in GitHub Desktop.
list all installed package groups on el redhat / fedora
yum grouplist | sed -n '1,/^Installed Groups:/d;/^Available Groups:/q;s/^ *//g;p'
@skull-squadron
Copy link
Author

Output:

Administration Tools
Compatibility Arch Support
DNS Name Server
FTP Server
Mail Server
MySQL Database
PostgreSQL Database
Server Configuration Tools
Web Server
Windows File Server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment