Google Plus

How To Upgrade From Fedora 9 To Fedora 10 (Desktop & Server)

Written by Mel Kham on . Posted in Fedora

This Tutorial will help you to Upgrade From Fedora 9 To Fedora 10 (Desktop & Server) 

First make  your  self   root  

 

su   - 

 1- 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.

 

1.1 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

 

1.2 Upgrading Using Yum

If preupgrade didn’t work for you or you prefer yum anyway, then this chapter is for you.

Install the Fedora 10 release packages:

i386:

rpm -Uvh ftp://download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/i386/os/Packages/fedora-release-*.noarch.rpm

 

x86_64:

rpm -Uvh ftp://download.fedora.redhat.com/pub/fedora/linux/releases/10/Fedora/x86_64/os/Packages/fedora-release-*.noarch.rpm

Then run

yum upgrade

to finally upgrade the system.

If you are using the RPMFusion repositories on your system, you can update them and the RPMFusion packages as follows:

rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm && yum -y update

Install the new GRUB bootloader to the MBR of your hard drive:

/sbin/grub-install /dev/sda

(Replace /dev/sda with your own hard drive – you can find that out by running

fdisk -l

[root@localhost ~]# fdisk -l

Disk /dev/sda: 32.2 GB, 32212254720 bytes
255 heads, 63 sectors/track, 3916 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0000454a

[...]

[root@localhost ~]#

)

Finally, we reboot the system:

reboot

 

For questions please refer to our Q/A forum at : http://ask.unixmen.com

Mel Kham

Founder of Unixmen, Living in Amsterdam. Am working in my free time to help people to understand the Opensource and to explain them in easy way how to make the fist steps to the the light. Working day and night with my Co-founder Zinovsky to keep this website live even with less resources.

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

Snake

|

Wow, great. That’s what i’m waiting for too. I want to make DC with LDAP ( Active Directory alternative) and SAMBA on Ubuntu. :-)

Blawer

|

Thanks!!!!!!!!!!!!!!!!!! you rules!!! all the other “help” in google are useless… yours was very helpful. Thanks again

piCool

|

Great ! we have another another master trick :-)

Yilmaz Ulugtekin

|

Just delete the space after the slash (/) it will work.

Pat L

|

I tried it and it works with a regular zip file, but if you password-protect the .zip file it does NOT work.

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .