today I decided to update my Fedora 10 laptop to Fedora 11 seeing as it's been out a while now and settled down.
the first thing to do was to get some files
Code:
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-notes-11.0.0-2.fc11.noarch.rpm
wget ftp://ftp.sunet.se/pub/Linux/distributions/fedora/linux/releases/11/Fedora/i386/os/Packages/fedora-release-11-1.noarch.rpm
once done login as root using
Code:
su -
change to the directory where you download those files above and execute the following command
Code:
rpm -Uvh fedora-release-notes-11.0.0-2.fc11.noarch.rpm fedora-release-notes-11.0.0-2.fc11.noarch.rpm
then
Code:
yum clean all
then
Code:
yum update
after in gets all the updates it will then install them (1151 in my case)
it will then prompt you to import the new GPG key for Fedora 11 and run a Transaction test
this can take a long time.. so be patient and don't interupt it
after running the transaction test, it will run the transaction itself, so once again, be patient
after a long while, the transaction will start to scroll in your cli, and in my case 2211 transactions had to be done...
at this point it was late and it was at transaction 323 of 2211, so I went to bed and let it continue overnight