Upgrade Fedora 15 to 16 -using shell




To upgrade fedora to latest version F16, run following commands.

yum -y update
rpm --import http://download.fedora.redhat.com/pub/fedora/linux/releases/16/Everything/i386/os/RPM-GPG-KEY-fedora-i386
rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/releases/16/Everything/i386/os/Packages/fedora-release-16-1.noarch.rpm
yum upgrade -y

If you get error, you may continue using --skip-broken.
I was getting following error, hence had to remove libnih
Error: Package: libnih-1.0.2-4.fc15.i686 (@fedora/15)

yum remove libnih

Or the easiest way would be to use preupgrade


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.
Read 240 articles by

Trending Posts