How to : Upgrade Fedora 20 from Fedora 19 with yum

Hi friends,

Last time I used to upgrade my fedora with FedUp, which is a third-party tools for fedora upgradation. But this time I tried to upgrade my OS with YUM. This is an open-source command-line package-management utility for Linux operating systems using the RPM Package Manager. This is the default package-management utility for Fedora. YUM is stand for Yellowdog Updated Modified. Anyway enough knowledge base. 🙂 Now come to the point. Its too easy to upgrade your OS with YUM. Just follow this 3 steps,

Step 1 :
Install the new Fedora 20 gpg key with

rpm --import https://fedoraproject.org/static/246110C1.txt

Step 2 :
Ensure your YUM is updated with

yum update yum

Step 3 :
Now upgrade your OS with

yum --releasever=20 distro-sync

This will take quite much time to download and upgrade your Fedora to 20

So this is the 3 step Fedora Upgrade process from 19 to 20

Hope this will help you to upgrade your system. See you soon guys…

(Visited 50 times, 1 visits today)

Leave a comment

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