Upgrade Fedora 11 to 12 -using shell

Earlier we have covered upgrading Ubuntu to the latest version. There only one command required for the upgradation. Here procedure is bit lengthy.

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/12/Everything/i386/os/Packages/fedora-release-12-1.noarch.rpm
 
#import gpg key
rpm -import ftp://download.fedora.redhat.com/pub/fedora/linux/releases/12/Everything/i386/os/RPM-GPG-KEY-fedora-i386
 
#install rpmlibs dependency. Require to install fedora-release-12
yum install rpm-libs -y
 
#upgrade fedora release
rpm -Uvh fedora-release-12-1.noarch.rpm
 
#upgrade fedora destro
yum upgrade -y

One Comments

    • 11 Best Articles for you -LinuxReaders. | LinuxReaders says:

      [...] Upgrade Fedora 11 to 12 -using shell Earlier we have covered upgrading Ubuntu to the latest version. There only one command required for [...]

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    *

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">

    Archives

    Categories

    Page optimized by WP Minify WordPress Plugin