how to install vlc player
how to install vlc player
how to install vlc player
Visit rpmfusion.org
Follow the simple instructions to add the rpmfusion free and non-free repositories on your system.
VLC will then appear in your package manager and you can install from there, or you can install from the command line as root with :
yum install vlc
or as non-root with :
sudo yum install vlc
@cobra is correct. I've just extracted the instructions from his link to rpmfusion.org and put them below. The assumption is that you're using Fedora 20. Hope this helps...
$ sudo yum install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-20.noarch.rpm
$ sudo yum install http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-20.noarch.rpm
$ sudo yum install vlc
-John
Asked: 2014-05-14 04:00:57 -0600
Seen: 1,832 times
Last updated: May 14 '14
VLC is part of the rpmfusion-free repositories, meaning 1.) install add this repo to your system by following Sticky Question - What plugins do I need to install to watch movies and listen to music? [closed], then 2.) run
sudo dnf upgrade && sudo dnf install vlc
).