Installing OBS Studio on a Fedora System 36
The following guide describes how to install OBS Studio on Fedora 36
We will do the whole thing in a few minutes using the console.
We run the terminal and update packages:
1 | sudo dnf upgrade --refresh |
We run the rpmfusion repository:
1 2 | sudo dnf install \ https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm |
1 2 | sudo dnf install \ https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm |
If we want, we run them in the system:
1 | sudo dnf config-manager --set-enabled rpmfusion-free-updates-testing |
1 | sudo dnf config-manager --set-enabled rpmfusion-nonfree-updates-testing |
We install the obsa:
1 | sudo dnf install obs-studio -y |
Related entries:
Installing Remote Desktop Ubuntu 18.04 xrdp
gconf-service gconf-service-backend gconf2-common libappindicator1 libc++1 libc++1-9 libc++abi1-9 libdbusmenu-gtk4 libgail-common libgail18 libgconf-2-4 libgtk2.0-0 libgtk2.0-bin libgtk2.0-commonAll-in-one voice and text chat for gamers
All-in-one voice and text chat for gamers that's free 22.04
How to show hidden files and folders in Ubuntu
Installing Master PDF editor in Ubuntu 22.04
Scanning the server for viruses using ClamAV in Ubuntu 22.04





