Pages

Saturday 25 April 2015

Fedora: Enabling RPM Fusion Repository!

RPM fusion is on of the most famous repository for Fedora operating system! RPM fusion repository contains some non-open source packages i.e closed-source packages and also some non-free programs ! RPM fusion also has some packages like VLC media player which are not present in official fedora repository ! So as you know vlc media player has no competition in world of video and audio players so for the purpose of vlc installation in fedora lets see how to enable RPM fusion repository in fedora! 

Use the following two commands to enable RPM fusion repository in fedora!

sudo yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-21.noarch.rpm

sudo yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-21.noarch.rpm
 
Just copy and paste the following two commands in terminals and now update the repo
database using the following command
 
sudo yum update 
 
after updating the system.. the databases repo in the fedora operating system is updated!
So now the RPM Fusion repository is enabled so you can download and install vlc media
player in your fedora operating system using the following command!
 
sudo yum install vlc
 
and vlc media player is installed in your fedora :) 
 
 

No comments:

Post a Comment