4 Yum Groups
WARNING:
Oracle Linux 7 is now in Extended Support. See Oracle Linux Extended Support and Oracle Open Source Support Policies for more information.
Migrate applications and data to Oracle Linux 8 or Oracle Linux 9 as soon as possible.
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. |