Add a package group using up2date command
Q. How can I add a package group using up2date command?
A. Update Agent provides a complete system for updating the RPM packages installed on a Red Hat Enterprise Linux system. Both command line and graphical interfaces are included.
Task: Install group package
For example install all Development Tools package i.e. gcc c/c++ compiler and related libs:
Login as root and type the following command:
# up2date -i "@ Development Tools"
Task: List group packages
# up2date --show-groups | more
Read man page of up2date for more information. Please note that above command only works with RHEL version 4.0.
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- up2date command to update Redhat enterprise Linux (RHEL) howto
- RHEL 4: Find up2date command module / library dependencies
- How do I install or upgrade an RPM file or package under Red Hat / Fedora / Suse Linux?
- Linux Failure (4322): Configuration Initialization Failed - Error and Solution
- How do I upgrade the kernel in Linux without compiling from source code?
Discussion on This FAQ
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!



August 14th, 2008 (4 weeks ago) at 6:32 pm
Thank you!