VOOZH about

URL: https://www.tecmint.com/install-vlc-media-player-in-fedora/

⇱ How to Install VLC Media Player in Fedora 40


Skip to content

VLC is a free and open source, popular, and cross-platform multimedia player and framework that plays files, discs, webcams, devices as well as streams.

VLC is the best free multi-format media player for Linux desktop systems, supporting most multimedia files, DVDs, Audio CDs, VCDs, and various streaming protocols such as YouTube.

VLC is a packet-based media player for Linux that plays almost all video content. It plays all formats you can think of; offers advanced controls (complete feature-set over the video, subtitle synchronization, video, and audio filters), and supports advanced formats.

In this article, we will explain how to install the latest version of VLC Media Player in Fedora Linux.

Installing VLC Media Player in Fedora

Before installing VLC, it’s essential to update your Fedora packages to ensure that your system meets the requirements.

sudo dnf update
sudo dnf upgrade

VLC is now available from the default Fedora repositories. Therefore to install it, you just need to use the following dnf command to install the VLC media player as shown.

sudo dnf install vlc

Optionally, to play media files directly in VLC from your browser, you can use extensions such as “Open in VLC” or “Play with VLC“, as these extensions allow you to play media files directly in your browser.

Additionally, you can also install FFmpeg, which handles many video formats and extends VLC’s capabilities.

sudo dnf install ffmpeg-free

After the installation is complete, you can verify that VLC is installed correctly.

vlc --version

To run the VLC media player using GUI, open the launcher by pressing the Super key and type vlc to start it.

Once it has opened, accept the Privacy and Network Access Policy, then click continue to start using VLC on your system.

Alternatively, you can also run vlc from the command line as shown (where the source can be a path to the file to be played, URL, or other data source):

vlc source
👁 Running VLC on Fedora 30
Running VLC on Fedora 30

To ensure you have the latest features and security patches, it’s advisable to keep VLC updated regularly by running:

sudo dnf update
sudo dnf upgrade
Conclusion

VLC is a popular and cross-platform multimedia player and framework that plays most multimedia files and discs, and devices and supports various streaming protocols.

If you have questions, use the feedback form below to ask any questions or share your comments with us.

If this article helped, share it with someone on your team.
TecMint Weekly Newsletter
Get the Learn Linux 7 Days Crash Course free when you join 34,000+ Linux professionals reading every Thursday.
Check your email for a magic link to get started.
Something went wrong. Please try again.
TecMint has been free for 14 years. Help keep it that way.
Google AI Overviews and tools like ChatGPT have cut into search traffic for independent tech sites like TecMint. Running this site costs over $2,000 every month for hosting, infrastructure, and paying authors to keep the content accurate and tested.

If this article helped you solve a problem, consider buying a coffee. It helps keep TecMint free, supports the authors, and keeps the project going.
☕ Buy Me a Coffee
Aaron Kili
Aaron Kili is a Linux and F.O.S.S enthusiast, an upcoming Linux SysAdmin, web developer, and currently a content creator for TecMint who loves working with computers and strongly believes in sharing knowledge.

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

8 Comments

Leave a Reply
  1. This does not work at all on Fedora 40; the package npapi-vlc does not exist.

    Reply
    • @Vincent,

      Thank you for pointing that out.

      In Fedora 40, the package npapi-vlc has been removed, as it’s no longer relevant for Fedora 40.

      For browser integration, consider using a browser extension like “Open in VLC” or “Play with VLC“, as these extensions allow you to play media files directly in VLC from your browser.

      Reply
  2. On Fedora 39 (and perhaps on 40 as well), VLC is in the UPDATES repo. FFmpeg is there as well, named ffmpeg-free.

    Reply
    • @Ztutoo,

      Thank you for sharing that information! Yes, you’re correct. On Fedora 39 and likely Fedora 40 as well, VLC can be found in the UPDATES repo.

      Reply
  3. Didn’t worked for me..

    Reply
    • @Mircea,

      I’ve updated the VLC installation instructions for Fedora Linux.

      Reply
      • I used Fedora 31 and I managed to install VLC.

        Reply

Got Something to Say? Join the Discussion... Cancel reply

Free Course
Get a free Linux course before you go.
Subscribe to TecMint Weekly and get the Learn Linux 7 Days Crash Course free. Read by 34,000+ Linux professionals every Thursday.
Check your email for a magic link to get started.