Nov 14, 2022

Multimedia and Flatpaks in Fedora 37

Make Fedora have the cool stuff.
 

Note: The Fusion Free Repo is described as:

Software that uses a free license, but is not accepted in Fedora for various reasons.
Example: video players...

 

Installation Steps:

  1. Enable Flatpaks and the Fusion Free Repo:
    1.  $ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo 
    2.  $ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm 
    3.  $ sudo dnf update 
  2. Codecs and libraries:
    •  $ sudo dnf install gstreamer1-plugin-openh264 mozilla-openh264 libva-intel-driver openh264 ffmpeg 
  3. Probably Restart the Computer 

 



No comments:

Post a Comment