Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Network > General > Issue <<  86 of 207 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 4212
Last update: 12-08-04
Issue:
What is up2date and how do I use it to update a single package or small set of packages?
Resolution:
All updates and errata for Red Hat Enterprise Linux are available via Red Hat Network (RHN) and can be downloaded and installed with up2date. up2date is a utility provided with Red Hat Enterprise Linux that downloads packages form RHN and installs them on your system. The beauty of up2date is that it can update and install new packages as well as automatically solve dependencies and download additional packages that you may need.

To use up2date to install updates, you must first register your system with RHN. To use up2date to update or install a single package or small subset of packages type the following commands in either a terminal window or console.

First you must register your system with RHN:

 
# up2date --register
    


To update or install one package:

 
# up2date <packageName>
# up2date httpd
    


To update or install a small sub set of packages:

 
# up2date <packageName1> <packageName2> <packageName3>
# up2date tomcat5 tomcat5-webapps tomcat5-admin-webapps 
    


By default all kernel packages are on the "Skip List" and will not be installed. To force up2date to install any kernel packages you need to include the -f option:

 
# up2date -f <kernelPackageName>
# up2date -f kernel
    


More information can be found in the up2date man pages by typing the command:

 
# man up2date  
    



How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Network > General > Issue <<   86  of  207  >>