A yum repository can declare sets of related packages. Which yum command installs all packages belonging to the group admintools?
A yum repository can declare sets of related packages. Which yum command installs all packages belonging to the group admintools?
The correct command to install all packages belonging to a group like admintools in yum is 'yum groupinstall admintools'. In yum, groups of related packages are managed using the 'groupinstall' command, which installs all packages in the specified group.
C. yum groupinstall admintools is correct.