VLC Media Player is a free and open-source multimedia player that supports various audio and video formats. It is widely popular among Linux users due to its versatility, simplicity, and robustness. In this article, we will guide you on how to install VLC Media Player on Fedora Linux.

Advertisement

There are two ways to install VLC on Fedora – The first method will use the Snap package to install VLC and the second method will use the traditional way with rpm repositories for installing VLC on the Fedora system.

Method 1 – Installing VLC using Snap

Snapcraft is the latest way for installing Packages on Linux systems. It provides cross-platform applications to install on a large number of Linux distributions.

In order to install Snap packages, your system must have Snapd daemon installed. If Snapd is not already installed, Use the following command to install requirements.

sudo dnf install snapd 

Once the Snapd is running, Just type the following command to install VLC on a Fedora system.

sudo snap install vlc 

Once the installation is completed, VLC is ready to use on your system.

Method 2 – Installing VLC on Fedora via DNF

First of all, You need to add the required yum repositories to your system. You can add repositories using the following commands as per your operating system.

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

As you have enabled all the required repositories on your system. let’s install the VLC media player using the following command on your system with the required dependencies.

sudo dnf install vlc -y 

That’s it. You have successfully installed VLC on your Fedora system.

Launch VLC Player

You can launch VLC Media Player on Fedora Linux using the following steps:

  1. Click on the “Activities” button located at the top left corner of the screen.
  2. Search for “VLC” in the search bar.
  3. Click on the VLC icon to launch the application.

Congratulations! You have successfully installed the VLC media player on your Linux desktop.

Conclusion

VLC Media Player is an essential tool for playing multimedia files on Linux, and it is effortless to install on Fedora using either the terminal or the graphical user interface. The steps mentioned in this article should help you install VLC without any issues.

Share.

29 Comments

  1. Running on Fedora 35 Cinnamon like charm.

    But please, correct the text “sudo dnf install rpmfusion-free-release-*.norch.rpm ” to “sudo dnf install rpmfusion-free-release-*.noarch.rpm”

  2. I am humble and would like to thank you for sharing your vast knowledge with all of us.I followed the steps to install vlc on my linux fedora and it was very easy.Thank you so much again.

    • i have nothing to lose
      it’s not like this is an ultimate editionn
      it’s an edition that doesn’t boot into gui, that won’t play youtube, music, or movies, that has a crashing konqueror, gparted doesn’t rescue files or partitions, will not post images in f.b., and on and on. so there isn’t anything to lose except for an installation that is defective: centos

    • yes. after cutting and pasting many esoteric commands into konsole from various web pages, this is the one that worked for me

  3. hi,

    fedora 26:

    Last metadata expiration check: 0:35:03 ago on Mon 28 Aug 2017 11:18:43 PM EDT.
    No package vlc available.
    Error: Unable to find a match

  4. Hi,

    I got the following error while installing in fedora20. Can u help me to install by overcome the following error.

    –> Processing Dependency: libass.so.4 for package: vlc-2.1.4-14.fc20.i686
    –> Processing Dependency: libupnp.so.6 for package: vlc-2.1.4-14.fc20.i686
    –> Finished Dependency Resolution
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libprojectM.so.2.0.1
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libcaca.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libixml.so.2
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libtiger.so.5
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: liblirc_client.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libgoom2.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libminizip.so.1
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libfluidsynth.so.1
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libthreadutil.so.6
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libdirac_encoder.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libupnp.so.6
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libschroedinger-1.0.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libzvbi.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libmatroska.so.6
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libdirac_decoder.so.0
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libass.so.4
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libebml.so.4
    Error: Package: vlc-2.1.4-14.fc20.i686 (atrpms)
    Requires: libkate.so.1
    You could try using –skip-broken to work around the problem
    You could try running: rpm -Va –nofiles –nodigest
    [root@localhost yum.repos.d]#

Exit mobile version