Home

Paul's_Page

UK_NetDirect

PhotoAlbum:

Phoebe 1, 2, 3, 4
Francie 1, 2
Pets 1, 2
Family 1, 2, 3
Special Occasions
Photo Art
Pre-USAF
Devner
Panama 1, 2, 3, 4-misc
Korea & misc
Germany & misc
Soham & misc
Daws_ Hill:                
Page 1, 2, 3, & misc
Leave '96  Mom UK
Panama '98: 1, 2, 3
Colorado_ Springs:         
Leave '98
Springs 1, 2, 3, 4 & misc
Francie's Birth
 Rodriguez' Holiday

Colorado_Homes

PCI_Systems

Online_Documents:

Catalogs 'n Manuals
Howto's
Linux
Microsoft
Security

Mirrored_Sites:

Hardening
Port Reference
Reghacks

 

Downloading and Installing Red Hat Updates

Red Hat has produced some pretty impressive versions of their distribution so far, but seems to have a history of releasing them when they are not quite “ready for prime time”. Therefore in order to take full advantage of your Linux system, it is necessary to download and apply updated packages. These packages, also called “rpm files” are applied using the RPM utility (for details on this utility, see the section called Using the Red Hat Package Manager (RPM) in Chapter 10).

This will prove to be one of the more time-consuming parts of getting your Linux system ready (unless you have a stellarly fast Internet connection). However, take the time to do this! You will likely save yourself a lot of grief!

First, download all files from:

ftp://ftp.redhat.com/redhat/updates/6.1/i386/

(The above assumes you are using Linux on an Intel box).

You should probably download everything into a single directory, and then you can simply type: ``rpm -Uvh *'' which will upgrade all the packages. If you've downloaded any kernel rpm files, you should probably move them to another directory for now. Upgrading or customizing your kernel is a bit more complicated and needs to be done with great care (see the section called Linux Kernel Upgrades in Chapter 10 for details on this). Therefore before you apply the upgrades, you may wish to consider moving all the kernel-*.rpm files out of your temporary upgrade directory.

To apply the upgrades, you can simply run ``rpm'' against all the packages at once (ie. “rpm -Uvh *”), or if you prefer, you can upgrade them one at a time (ie. “rpm -Uvh file_to_upgrade.rpm”). The latter method is for us anal types who wish to ensure that each update is applied correctly without error. :-)

Perhaps you are curious to see if a given package is installed before you attempt to upgrade it. Or perhaps you wish to find out what version of a given package is installed. All this can be done with the RPM utility; see the section called Using the Red Hat Package Manager (RPM) in Chapter 10 for details.