Skip to content

Instantly share code, notes, and snippets.

@jnwelzel
Last active January 2, 2016 12:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnwelzel/8302337 to your computer and use it in GitHub Desktop.
Save jnwelzel/8302337 to your computer and use it in GitHub Desktop.
How to install VLC Media Player on Red Hat

Installing VLC Media Player on Red Hat

My Red Hat version: 6.5 (Santiago)
My architecture: x86_64

  1. Head over to http://rpmfusion.org/Configuration, download the RPM and install it. This will end up enabling the RPM Fusion repo on your machine. Later you can disable it if you prefer by editing the corresponding *.repo file inside the /etc/yum.repos.d/ directory. This might avoid unecessary conflicts later on.
  2. Now to install VLC open up your terminal and use $ sudo yum install vlc.x86_64 (you might have to update yum repos first, not sure).

That's it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment