How to install OBS Studio on Linux?

How To Install OBS Studio On Linux

In this article, we will learn about installing OBS Studio on Linux. You can find system requirements here.

How to install OBS Studio on Ubuntu?

We can install OBS Studio with both Software Center and the package manager at Ubuntu.

Installing OBS Studio on Ubuntu with Software Center

It is easy to install OBS Studio on Ubuntu graphically as it’s available in Ubuntu’s Software Center. Follow the steps to install OBS Studio on your Ubuntu desktop.

Step 1: Launch Ubuntu’s Software Center. Click on its icon from the launcher on the left side of your screen.

Launch Ubuntus Software Center
Launch Ubuntu’s Software Center

Step 2: Search for OBS Studio in Ubuntu’s Software Center. Click on the search icon on the top left of the window to open the search box. Then, enter “OBS Studio” in the search box to search for it.

Search For OBS Studio In The Ubuntus Software Center
Search For OBS Studio In The Ubuntu’s Software Center

Step 3: Click Install. To install OBS Studio click, “Install” to proceed further with the installation.

Click Install
Click Install

It will require you to authenticate your user. Enter your user password and click Authenticate to proceed further.

Enter Your User Password Then Click Authenticate
Enter your user password, then click Authenticate

It may take some time for installation, depending upon your internet and hardware.

Step 4: Launch OBS Studio.

To launch OBS Studio, click on “Activities” at the top-left of your screen and search for “OBS Studio” click on its icon to launch.

Launching OBS Studio From Activities
Launch OBS Studio from Activities

Congratulations! We have successfully installed OBS Studio.

OBS Studio Window
OBS Studio Window

Install OBS Studio on Ubuntu from Terminal

OBS Studio requires OpenGL 3.3 or later to work. Execute glxinfo | grep "OpenGL" to find out the version supported on your system.

OBS studio requires FFmpeg. To install it, execute the apt command with sudo:

sudo apt install ffmpeg

If you wish to have virtual camera support, you are required to install v4l2loopback-dkms by executing:

sudo apt install v4l2loopback-dkms

Then to install OBS Studio, execute the following commands:

sudo add-apt-repository ppa:obsproject/obs-studio
sudo apt update
sudo apt install obs-studio

To launch OBS Studio, click Activities on the top-left of your screen and search for OBS Studio. Click its icon to launch it.

Install OBS Studio on Fedora

There isn’t a graphical method to install OBS Studio on Fedora, but you can too install it using the terminal just follow the steps exactly as given below.

Step 1: Open Terminal – To open a terminal, click Activities on the top-left of your screen.

Click Activities
Click Activities

Then type Terminal in the search box.

Type In Terminal In Search Box.
Type in Terminal in the search box.

Launch the terminal by clicking on it

Click Its Icon To Launch Terminal
Click its icon to launch Terminal

The terminal window will launch.

Terminal Window
Terminal window

Step 2: Enter the following commands to install OBS Studio

First, enter this command:

sudo dnf install snapd -y

When it asks to enter your user password like in the image below, enter your user password, but remember you won’t see any characters while typing your user password. Once you have entered your password, press Enter key.

Enter Your User Password In Terminal
Enter your user password in the terminal

Once the above command reaches the end. It would be similar to the image below.

Command Reached To The End
Command reached to the end

Now execute the following command:

sudo snap install core

Wait for it to complete, once it completes you will get output something similar like in the image below.

Second Command Reached To The End
The second command reached the end

Now finally execute the final command to install OBS studio give below:

sudo snap install obs-studio

It may take some time, you’ll see something similar to the output in the image below when it is done.

Third Command Output
Third command output

Now we have successfully installed OBS Studio.

Step 4: Launch OBS Studio

Click Activities on the top-left of your screen and search for OBS Studio. Then, click its icon to launch it.

(If you cannot see the OBS Studio icon, try rebooting)

Launching OBS Studio From Activities In Fedora
Launching OBS Studio from Activities

Congratulations! We have successfully installed OBS Studio on Fedora.

OBS Studio Window On Fedora
OBS Studio window on Fedora

Conclusion

Installing OBS Studio on Ubuntu/Debian is easy and straightforward but it can be a little bit tricky on other platforms. Snap daemon is available on most platforms can be used to install OBS Studio from the Snap Store. You might further need to check with your distribution local community to get help on how to install on your distribution.