I'm trying to install all the default packages by group using 'yum groupinstall groupname' command under RHEL v5.x. But, grouplist, groupinstall, and groupdelete options are not working with yum. How do I fix this issue and make sure yum command works with software groups under Redhat Enterprise Linux to increase my productivity?
You need to install a package called yum-utils. It is a collection of utilities and examples for the yum package manager. It includes utilities by different authors that make yum easier and more powerful to use. These tools include: debuginfo-install, package-cleanup, repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
repotrack, verifytree, yum-builddep, yum-complete-transaction, yumdownloader, yum-debug-dump and yum-groups-manager.
Install yum-utils
Type the following command:
# yum install yum-utils
To list software groups enter:
# yum grouplist
Sample output:
Loaded plugins: rhnplugin, security Setting up Group Process Installed Groups: Engineering and Scientific Graphics Network Servers System Tools Available Groups: Administration Tools Authoring and Publishing Development Tools Editors Educational Software FTP Server Fedora Packager GNOME Desktop Environment GNOME Software Development Games and Entertainment Graphical Internet Hardware Support KDE (K Desktop Environment) KDE Software Development Mail Server News Server Office/Productivity Sound and Video Text-based Internet Web Development Web Server Window Managers X Window System Done
To install "Web server" group, enter:
# yum groupinstall "Web server"
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -


{ 3 comments… read them below or add one }
Also if you are using Red Hat Satellite you will have to be subscribed to one of the base RH channels. Cloned channels have not worked for me in doing any group actions.
And what if your repository doesn’t have it? I downloaded the tar.gz file from baseurl but how do I install it?
Many thanks… Very usefull…