From the course: LPIC-1 Exam 101 (Version 5.0) Cert Prep

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Install and remove package groups

Install and remove package groups - Linux Tutorial

From the course: LPIC-1 Exam 101 (Version 5.0) Cert Prep

Start my 1-month free trial

Install and remove package groups

- [Instructor] Managing package groups is not that different from managing packages. Every yum group has a group ID in addition to a group name. To get a list of all group names, including IDs, type in yum group list ids and hit Enter. This will show all groups, and inside parentheses, their group ID. The group ID is a more command line friendly name without spaces in it. You can manage groups using their group name, or their group ID. If you use a group name and close it in double quotes, since some of them have spaces in them, with the ID there's no need for double quotes. There's four different ways of identifying a group. We can use the group name enclosed in double quotes, in this case, yum group install "Security Tools". We could also use the group ID, the group ID of the security tools group would be security-tools. So you type in yum group install security-tools. We can also manage groups using package tools.…

Contents