List the available groups from all yum repos
# yum grouplist
List the description and package list of a group
# yum groupinfo "General Purpose Desktop"
Remove all of the packages in a group
# yum groupremove "System administration tools"
Linux Toolkits Blog is a scratch-pad of tips and findings on Linux
# yum grouplist
# yum groupinfo "General Purpose Desktop"
# yum groupremove "System administration tools"
No comments:
Post a Comment