Skip to content

Instantly share code, notes, and snippets.

@jnwelzel
Last active July 24, 2026 19:14
Show Gist options
  • Select an option

  • Save jnwelzel/8302337 to your computer and use it in GitHub Desktop.

Select an option

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!

@gtok35

gtok35 commented Jul 24, 2026

Copy link
Copy Markdown

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