RedHat: How to use up2date

November 18 | Posted by Muhammad Yusuf E. | Linux Software Tags: ,

in the RedHat Enterprise 3/4 or Fedora, to update our packages we always use 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 # up2date httpd

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
# up2date -f kernel

Tags: ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>