Stop Microsoft

Operating Systems => Linux and UNIX => Topic started by: erosnemesis on 14 October 2003, 00:16

Title: update
Post 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.
Title: update
Post by: flap on 14 October 2003, 00:37
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.
Title: update
Post by: Stryker on 14 October 2003, 02:12
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.