Upgrade Fedora 12 to 13 -using shell

All you need to do is to run following commands to update Fedora to the latest version.

#install wget

yum install wget -y

#download latest fedora repos

wget ftp://download.fedora.redhat.com/pub/fedora/linux/releases/13/Everything/i386/os/Packages/fedora-release-13-1.noarch.rpm

#import gpg-key

rpm --import ftp://download.fedora.redhat.com/pub/fedora/linux/releases/13/Everything/i386/os/RPM-GPG-KEY-fedora-i386

#install rpmlibs dependency. Require to install fedora-release-13

yum install rpm-libs -y

#upgrade fedora release

rpm -Uvh fedora-release-13-1.noarch.rpm

#upgrade fedora destro

yum upgrade -y


For 64 bit


if you find any missing point in here, please let us know in comment section or tweet us at @linuxreaders. To get more articles like this, subscribe to our RSS feeds / Mails.

Article by Dhaval Thakar

Hi, I am Linux Admin. You'll find my articles small & without much descriptions.
Read 218 articles by
  • Pingback: Upgrade Fedora 12 to 13 – 64bit | LinuxReaders

  • Grande

    Hello.

    I use 64bit edition of Fedora 12. What is the different in upgrade?

  • Kevin

    Thanks for this. The Fedora 13 DVD’s aren’t booting for me on two computers. This gets me underway for 13 nicely, from 12. It takes a smart person to think to post something like this for the benefit of others.

  • http://weblog.frlinux.net FRLinux

    Hello, I believe you meant rpm –import for the keys, otherwise, great post, thanks :)

    • http://www.linuxreaders.com/ Dhaval Thakar

      fixed.
      should have used google syntax.

      thanks.

Archives

Categories

Page optimized by WP Minify WordPress Plugin