We need to add the RPM Fusion Free repository to install OBS Studio.
Let's do that by entering the command below and adding the RPM Fusion Free repository.
<pre class="wp-block-code">```
sudo dnf install \
https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
<figure class="wp-block-image size-full">![](https://darryldias.me/wp-content/uploads/installed_rpm_fusion_free_fedora.png)</figure>Then we can run the command below to install OBS Studio.
<script async="" id="asciicast-8Hc6F3M2do6dOOBrBSGLqgtXE" src="https://asciinema.org/a/8Hc6F3M2do6dOOBrBSGLqgtXE.js"></script>```
<pre class="wp-block-code">```
sudo dnf install obs-studio
<figure class="wp-block-image size-full">![](https://darryldias.me/wp-content/uploads/dnf_install_obs_studio.png)</figure>We can then open OBS Studio by going into our Application Launcher.
<figure class="wp-block-image size-large">![](https://darryldias.me/wp-content/uploads/obs_studio_on_fedora-1-1024x730.png)</figure>