The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.

2.5 Yum Groups

A set of packages can themselves be organized as a yum group. Examples include the groups for Eclipse, fonts, and system administration tools. The following table shows the yum commands that you can use to manage these groups.

Command

Description

yum grouplist

Lists installed groups and groups that are available for installation.

yum groupinfo groupname

Displays detailed information about a group.

yum groupinstall groupname

Installs all the packages in a group.

yum groupupdate groupname

Updates all the packages in a group.

yum groupremove groupname

Removes all the packages in a group.