Darrell Betts wrote:
Now my question is what are the commands for Centos to fetch ,update and install, all the packages installed on the server. I would like to use Yum. Any help would be great.
Try "yum --help" and "man yum" which have a lot of info. Also the CentOS docs on http://www.centos.org/docs/ has yum docs.
So if you for just install CentOS 4.7 from the ServerCD and do
# yum check-update
it will give you a list of packages to be updated, which you can do by
# yum update
and then say yes or no. Welcome to CentOS BTW.
Regards, Vandaman.