Stop Microsoft
Operating Systems => Linux and UNIX => Topic started by: erosnemesis on 14 October 2003, 00:16
-
how do you update red hat linux 9.0 without having to use the GUI and without having to use up2date and having to register with redhat.com. Thanks for your help.
-
http://www.redhat.com/download/mirror.html (http://www.redhat.com/download/mirror.html)
Pick a mirror, click on updates. Then download and install the rpms for the software you want to upgrade.
-
I would install apt-get for redhat... then
# apt-get update
...
# apt-get upgrade
That should upgrade everything, otherwise i'd look into the text based rhn stuff, might be a little hard for u though.