From the course: Learning CentOS Linux
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Installing packages by group
From the course: Learning CentOS Linux
Installing packages by group
- [Instructor] Yum allows you to install packages by group, as well as individually. And, you can explore what groups are available with yum grouplist. You can either install the base environments that were available during the set-up process, or add some other groups such as development tools and security tools. To find out more about a group, you can use the group info command. I'll type yum groupinfo and then Basic Web Server in double quotes. That option appears in the available environment groups. Here, I can see the mandatory groups which are the groups of packages that will be installed and optional groups that I can add onto the end of the install command if I want one of these options. To install a group, I can write yum groupinstall (keyboard keys clacking) and the name of the group. And some of the optional packages too. Php and load-balancer, for example. I'll accept these options and let yum install the software. If I decided that I didn't want this group installed…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
The Linux file system and the Filesystem Hierarchy Standard4m 13s
-
(Locked)
Configuring the network for a CentOS server2m 51s
-
(Locked)
Configuring the network manually6m 45s
-
(Locked)
Configuring the network with NetworkManager4m 45s
-
(Locked)
Setting the hostname2m 32s
-
(Locked)
Connecting to the system remotely with Secure Shell (SSH)4m 6s
-
(Locked)
Adding an administrative user with SSH access3m 41s
-
(Locked)
Adding a key to a user for SSH access4m 24s
-
(Locked)
Transferring files to and from the server5m 1s
-
(Locked)
File permissions2m 12s
-
(Locked)
Working with users and groups3m 52s
-
(Locked)
Installing and updating software8m 5s
-
(Locked)
Installing packages by group1m 34s
-
(Locked)
Installing packages from other sources4m
-
-
-
-
-
-