This article describes how you can upgrade your Fedora 9 system to Fedora 10 (which was released yesterday - November 25, 2008). The upgrade procedure works for both desktop and server installations.
I do not issue any guarantee that this will work for you!
su
Upgrading To Fedora 10
Before we upgrade, we must install the latest updates:
yum -y update
Next we clean the yum cache:
yum clean all
Now we come to the upgrade process. Normally we can do this with preupgrade which I describe in chapter 2.1. However, preupgrade did not let me choose Fedora 10 for the upgrade (I've tried this on several systems); if you face the same problem, please go to chapter 2.2 where I describe an upgrade using yum.
to become root.
Upgrading Using Preupdate
Install preupdate...
yum install preupgrade
... and call it like this on a desktop...
preupgrade
(The preupgrade wizard will then start on your desktop; select Fedora 10 and follow the wizard.)
... and like this on a server:
preupgrade-cli
(It will show you a list of releases that you can upgrade to. If all goes well, it should show something like Fedora 10 (Cambridge) in the list. To upgrade, append the release string to the preupgrade-cli command:
preupgrade-cli "Fedora 10 (Cambridge)"
)
Preupgrade will also take care of your RPMFusion packages, so all you have to do after preupgrade has finished is to reboot:
reboot
0 comments:
Posting Komentar