Fedora core installing package groups with yum
yum is an interactive tool or automated update program which can be used for maintaining systems using rpm (read as RedHat and friends).
It allows you to install single package or group of package. For example let us say you are running a web server with PHP+MySQL. Now you need complete development environment i.e gcc C/C++ compilers, subversion cvs, perl and related libraries. You can install them in one shot with the following command:
# yum groupinstall 'Development Tools'
You can remove all developer tools with the following command:
# yum groupremove 'Development Tools'
Or better update all tools to latest version:
# yum groupupdate 'Development Tools'
You can obtain list of all groups with the following command:
# yum grouplist | less
Output:
Installed Groups: Compatibility Arch Support Editors MySQL Database PostgreSQL Database System Tools Text-based Internet Web Server Available Groups: Administration Tools Authoring and Publishing Compatibility Arch Development Support DNS Name Server Development Tools Eclipse Engineering and Scientific FTP Server GNOME Desktop Environment GNOME Software Development Games and Entertainment Graphical Internet Graphics Java Development KDE (K Desktop Environment) KDE Software Development Language Support Legacy Network Server Legacy Software Development Mail Server Network Servers News Server Office/Productivity Printing Support Server Configuration Tools Sound and Video Windows File Server X Software Development X Window System XFCE XFCE Software Development Done
You can also gather information about all packages that belongs to a group:
# yum groupinfo 'Development Tools'
This is a handy feature, to install or remove software(s). If any one has more information about similar options (w/o front-end) for apt-get command, then please comment it back below.
See also:
- Fedora core Linux yum mini how-to
- Please consult man page of yum and yum.conf for more information.
You may also be interested in other helpful articles:
- How do I install Oracle database server on CentOS Enterprise Linux 5?
- Download of the day: Fedora core live CD
- ATI Card Installation Fedora Core Linux 6 How-To
- The mbstring PHP extension and phpMyAdmin error issue
- How To Extract an RPM Package Without Installing It (rpm extract command)
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Today ~ 51 Comments
Today ~ 4 Comments
Today ~ 14 Comments
Today ~ 8 Comments
Yesterday ~ 4 Comments