This article covers how to install the VLC Media Player on your Fedora 35 system. In fact, The VLC media player is an open-source, free portable, cross-platform media player software and streaming media server developed by the VideoLAN project.
How to Install VLC on Fedora via Snaps ?
1. Enable snapd
Snap can be installed on Fedora from the command line:
$ sudo dnf install snapd
2. Enable snap support
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap and /snap:
$ sudo ln -s /var/lib/snapd/snap /snap
3. Install VLC
To install VLC, simply use the following command:
$ sudo snap install vlc
More Linux Tutorials
We create Linux HowTos and Tutorials for Sys Admins. Visit us on IbmiMedia.com
Also for Tech related tips, Visit forum.outsourcepath.com or General Technical tips on www.outsourcepath.com
