Linux-Noob Forums

Full Version: today I updated the webserver from FCR6 to Fedora 8
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

all done,

 

and this is how I did it

 

 



Code:
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/8/Fedora/i386/os/Packages/fedora-release-notes-8.0.0-3.noarch.rpm
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/8/Fedora/i386/os/Packages/fedora-release-8-3.noarch.rpm
ls -al
rpm -Uvh fedora-release-8-3.noarch.rpm fedora-release-notes-8.0.0-3.noarch.rpm
yum clean all
yum update
yum remove rhnlib up2date
yum clean all
yum update
yum remove gstreamer08-plugins
yum update
reboot
yum clean all
yum -y update
reboot




 

cheers

anyweb

Good to see its up sweet :)