yum grouplist > yum.grouplist
- Example package group: "GNOME Desktop Environment".
- Since yum is darn slow, I usually save the output of such commands once and just grep in the cache later.
yum groupinstall "GNOME Desktop Environment"
yum list > yum.list
- Since yum list is very slow, it's faster to do my searches in a file instead.
yum list installed
yum whatprovides libpng12.so.0