RPM fusion repositories contain software that neither Fedora or RedHat wants to ship in their repositories. Some of the software that they have are the VLC media player and NVIDIA graphics card drivers. It’s recommended that you add these repositories to your Fedora or RHEL installation.…… Read More “Add RPM Fusion repositories in Fedora”
Install VLC Media Player in Fedora
Step 1: Add RPM Fusion free and non-free repositories on your system by running this command : sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm Step 2: Install VLC : sudo…