Wednesday 3 July 2013

Upgrade Fedora 18 to Fedora 19


Fedora 19 (release 03 July 2013) :

First we need fedup software to update the fedora 18 to fedora 19

1) install fedup software by yum

      #  yum -y install fedup

2) Now it time to start the update, before that close all applications ( because it reboot after downloading the packages ).  Using Fedup command we will update the fedora 18.

     #  fedup --network 19 --instrepo=http://fedora.mirror.nexicom.net/linux/releases/19/Fedora/i386/os


This command will start downloading the Fedora 19 packages and setup the update startup for the system. 

Here we are updating Fedora 18 32 bit  OS to Fedora 19 32 bit

If you have Fedora 18 64 bit  then change the instrepo url  as :
   
    #  fedup --network 19 --instrepo=http://fedora.mirror.nexicom.net/linux/releases/19/Fedora/x86_64/os


3) That is it will start download the all the packages required and reboot with fedup grub menu option and install the downloaded packages. It will reboot after completion.

    It start will fedora 19 Enjoy with less bugs.



4) There is bug in fedora19  grub2 theme for we nee to install grub2 theme software by yum

    # yum install grub2-starfield-theme

Share This!



No comments:

Post a Comment

Here We Write The Problems we face at different situations and Solutions to those problems.