CentOS

How To Install VLC on Fedora 43/42/41/40/39

In this guide, we will take a look at How To install VLC on CentOS and Fedora. VLC is one of the popular free Media Players used by most people to play Audio and Video content. It runs on Windows, Linux, and Mac.

Original content from computingforgeeks.com - post 116

VLC is developed and supported by VideoLAN project Team. It comes bundled with a number of free encoding and decoding libraries and plugins.

Install VLC on CentOS / Fedora – Using RPM Fusion repository

RPM Fusion repository is updated regularly hence it contains the latest release of VLC. Add the repository to your CentOS | Fedora system, then proceed to install VLC.

Add RPM Fusion Repository to CentOS:

# EL 9 
sudo yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-9.noarch.rpm

# EL 8
sudo yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm

# EL 7
sudo yum install https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm

For Fedora, you have to use dnf package manager in place of yum

sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm

Also add epel release repository for dependency resolution:

sudo dnf install epel-release

On Fedora, add with dnf command:

When all has been added, install vlc using yum or dnf command:

sudo dnf install vlc

To launch VLC from command line, run:

vlc

Or use your Desktop Environment search function

Related Articles:


Related Articles

Asterisk Install Asterisk 20 LTS on CentOS 7 / RHEL 7 / Fedora CentOS How to Install and Use Docker CE on RHEL 10 | CentOS Stream 10 CentOS Install Varnish Cache 6 for Apache/Nginx on CentOS 8|RHEL 8 CentOS How to Install and Use VirtualBox on CentOS Stream 10 | RHEL 10

Leave a Comment

Press ESC to close