Ubuntu

How to install Open Broadcaster Studio on Linux

How to install Open Broadcaster Studio on Linux
Open Broadcaster Studio, also known as OBS, is a well-known open-source, multi-platform program used to record and stream content on many platforms such as Twitch, Facebook, Discord, or Youtube. Some significant features of OBS are as follows:

OBS can be downloaded and installed using various approaches. The main approaches to install OBS are using Ubuntu's Software Store or Terminal. Let's check how to get OBS on Ubuntu using these methods one by one.

Installing OBS on Ubuntu 20.04 (LTS) and 20.10 using Ubuntu's Software Center:

The first approach of installing OBS on Ubuntu is using Ubuntu's Software Center. Firstly, enable the multiverse repository from the “Software & Updates” app in Ubuntu.

Open software center:

Then click on the “Magnifying Glass” icon and type “OBS Studio” in the search bar; the OBS program can be viewed in the list:

Open the “OBS Studio” package and click the “Install” button; the downloading and installation will begin as shown in the images below:

The OBS can now be found in installed applications:

Open it:

On the first opening, it will present you with a window for auto-configuration that will automatically optimize OBS settings according to your system.

Installing OBS on Ubuntu 20.04 (LTS), 20.10, and Linux Mint using Terminal:

The second approach is installing OBS using the terminal. The same method would be applied in Linux Mint distribution as well. It is recommended for older distribution to install “xserver-org version 1.18.4” to avoid any technical issues. To install “xserver,” use:

$ sudo apt install server

All the latest distributions come with “ffmpeg,” but if you are using older distribution, install it using:

$ sudo apt install ffmpeg

Now, open the terminal and type the below-mentioned command to add the repository:

$ sudo add-apt-repository ppa:obsproject/obs-studio

Update the packages list using:

$ sudo apt update

Use the below-mentioned command to install Open Broadcast Studio (OBS):

$ sudo apt install obs-studio

Installing OBS using Snap:

Snap is another package deployment system that allows installing Open Broadcast Studio (OBS). Snap is supported by many Linux distributions such as Debian, Manjaro, Linux Mint, Fedora, etc. All latest versions of Linux distributions are come with “Snap” by default. But if your distribution does not have “Snap,” then install it using:

$ sudo apt install snapd

and to install OBS use:

$ sudo snap install obs-studio

Uninstalling OBS from Linux:

If the program is installed using Ubuntu's Software Center, then open it again and click on the “Installed” tab. Find OBS and click on the “Remove” button to delete it:

If it is installed using the terminal, then use:

$ sudo apt remove obs-studio

The same command would be used in Linux Mint to uninstall the OBS package.

If OBS is installed using “Snap,” then use:

$ sudo snap remove obs-studio

Conclusion:

Open Broadcast Studio is a popular broadcasting studio that allows you to add various multimedia sources to stream on any platform and record. This guide was about installing it on Ubuntu and Linux Mint distribution. We learned 2 approaches to install it and then methods to uninstall it from your device.

Control & manage mouse movement between multiple monitors in Windows 10
Dual Display Mouse Manager lets you control & configure mouse movement between multiple monitors, by slowing down its movements near the border. Windo...
WinMouse lets you customize & improve mouse pointer movement on Windows PC
If you want to improve the default functions of your mouse pointer use freeware WinMouse. It adds more features to help you get the most out of your h...
Mouse left-click button not working on Windows 10
If you are using a dedicated mouse with your laptop, or desktop computer but the mouse left-click button is not working on Windows 10/8/7 for some rea...