![]() |
|
today I updated the webserver from FCR6 to Fedora 8 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: General Stuff (https://www.linux-noob.com/forums/forum-4.html) +--- Forum: Site News (https://www.linux-noob.com/forums/forum-66.html) +--- Thread: today I updated the webserver from FCR6 to Fedora 8 (/thread-1020.html) |
today I updated the webserver from FCR6 to Fedora 8 - anyweb - 2008-02-20 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
rebootcheers anyweb today I updated the webserver from FCR6 to Fedora 8 - znx - 2008-02-21 Good to see its up sweet :) |