Installing updates from the Linux Shell is very simple in CentOS 4 and RHEL4 (with a valid subscription). Below are two of the most commonly used methods.
The first method can be dangerous, is easier because it is a non-interactive installation. It automatically assumes yes to all prompts.
yum -y update
The second method is safer and is exactly the same as the first method, except it will prompt you at specified parts of the installation process.
yum update
This entry was posted on Monday, June 2nd, 2008 at 8:24 am and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.


Leave a Reply