> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Install Latest OBS Studio in Ubuntu
- URL: https://itsfoss.com/install-obs-ubuntu/
- Published: 2023-11-23T07:57:48.000Z
- Updated: 2023-11-23T07:57:48.000Z
- Description: OBS Studio is the versatile screen recorder and broadcasting tool. Learn how you can install the latest OBS Studio in Ubuntu.
- Author: Sagar Sharma
- Tags: Installation 📥, Ubuntu, #hide

OBS (Open Broadcaster Software) is a free and open-source software developed for video streaming and recording. 

You will see the most digital creators using OBS not only on Ubuntu but also on Windows and macOS. Yes, it's that good! 

So in this tutorial, I will walk you through two ways to install OBS on Ubuntu:

- Using the Ubuntu app center (easier but may not be the latest version)
- Getting the most recent version of OBS Studio through PPA and flatpak

Let's start with the first one.

## Method 1: Install OBS through the Ubuntu app center

To install the OBS using the Ubuntu app center, the first step is to start the app center from the app menu and search for `obs-studio`:

![search obs center from ubuntu app center](https://itsfoss.com/content/images/2023/11/search-for-OBS-studio-in-Ubuntu-app-center.png)

But as you can see, by default, it will show the snap packages and officially there's no snap package available for the OBS studio.

Worry not. To solve this, simply select `Debian packages` from the filter by option as shown here:

![select debian packages to filter the output](https://itsfoss.com/content/images/2023/11/choose-debian-package-to-filter-options-in-ubuntu-app-center-to-install-OBS-in-ubuntu.png)

Once you do that, you will see the OBS Studio Debian package. Simply click on it and hit the `Install` button:

![install OBS studio from Ubuntu app center](https://itsfoss.com/content/images/2023/11/Install-OBS-studio-in-Ubuntu-using-the-app-center.png)

That's it!

From here on, you can access the OBS Studio from your system menu.

### Uninstall OBS

If you installed the OBS Studio from the Ubuntu app center and you no longer want to use it, then, here's how you remove it.

First, search for `obs-studio` in the Ubuntu app center and choose `Debian packages` from the filter:

![search for obs studio from ubuntu app center](https://itsfoss.com/content/images/2023/11/choose-debian-package-to-filter-options-in-ubuntu-app-center-to-install-OBS-in-ubuntu-1.png)

After that, you will see the Debian package which you installed earlier. Simply click on that result and you will see the option to uninstall OBS Studio:

![uninstall OBS Studio from Ubuntu app center](https://itsfoss.com/content/images/2023/11/Uninstall-OBS-studio-from-Ubuntu-app-center.png)

Yep, that's all it takes to remove OBS studio from Ubuntu.

## Method 2: Install the latest OBS Studio in Ubuntu

There are two ways to get the latest version on OBS Studio:

- Using the PPA
- Using the flatpak

So let's start with the first one.

### Using OBS Studio PPA

📋

While writing, the PPA only worked for the Ubuntu 22.04 or earlier.

If you want to get the most recent version of OBS Studio, then you will have to use the PPA for this purpose.

First, use the following command to add OBS Studio PPA to Ubuntu:

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

![Add OBS Studio repository in ubuntu](https://itsfoss.com/content/images/2023/11/Add-OBS-Studio-repository-in-ubuntu.png)

Next, update the system repository using the following:

```
sudo apt update
```

Finally, use the following command to install OBS Studio in Ubuntu:

```
sudo apt install obs-studio
```

Once done, you can check the installed version of OSB Studio using the following:

```
obs --version
```

![Check the installed version of OBS Studio in Ubunt](https://itsfoss.com/content/images/2023/11/Check-the-installed-version-of-OBS-Studio-in-Ubunt.png)

As you can see, it gave me the OBS Studio version 29.1.3!

#### How to uninstall 

If you plan to remove the OBS Studio which was installed using the above method, then all you have to do is use the following command to remove it:

```
sudo apt remove obs-studio
```

If you want to remove the OSB Studio PPA, then you can refer to our detailed guide on [how to remove PPA from Ubuntu:](https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/)

[How to Remove or Delete PPA in Ubuntu LinuxLearn to delete PPA and the software installed by it and get rid of unnecessary PPA added to your Ubuntu Linux.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/wordpress/2012/08/delete-ppa-ubuntu.jpg)](https://itsfoss.com/how-to-remove-or-delete-ppas-quick-tip/)

### Using Flatpak 

As I mentioned earlier, the PPA method was only working with the Ubuntu 22.04 and had no support for the recently released Ubuntu 23.10.

So what do you do if you are a user of Ubuntu 23.10? Well, you use the flatpak. 

Let me show you how you can set up flatpak in Ubuntu (ignore these steps if you have it already configured).

First, install the flatpak in Ubuntu using the following:

```
sudo apt install flatpak
```

Once done, add the flatpak repository in Ubuntu using the following:

```
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```

Next, log out and log back in to complete the flatpak setup.

Now, you can install the OBS Studio using the following:

```
flatpak install flathub com.obsproject.Studio
```

That's it!

To check the installed version of OBS Studio, you can use the following:

```
flatpak run com.obsproject.Studio --version
```

![check the package version of flatpak application OBS Studio in Ubuntu](https://itsfoss.com/content/images/2023/11/check-the-package-version-of-flatpak-application-OBS-Studio-in-Ubuntu.png)

Yep, it gave me the same version as the Ubuntu PPA did but this time, you are not limited to the platform or the Ubuntu version.

#### How to uninstall 

To remove the flatpak version of OBS Studio, you can use the following command:

```
flatpak uninstall com.obsproject.Studio
```

That's it!

## Bonus Tip: Use your phone as a mic and camera in OBS

Did you know that you can use your smartphone as a mic and camera in OBS to record footage or even use it for live streaming? 

Want to know how? Here's a detailed guide explaining [how you use the phone's camera as a mic and camera in OBS on Ubuntu:](https://itsfoss.com/ubuntu-phone-camera-mic/)

[Using Your Phone as Camera and Mic in UbuntuYou can use your smartphone if you don’t have a webcam and dedicated mic with your desktop system. Here’s how to do that in Ubuntu Linux.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSSagar Sharma![](https://itsfoss.com/content/images/2023/08/use-your-phone-as-camera-and-mic-in-linux.png)](https://itsfoss.com/ubuntu-phone-camera-mic/)

Have some ideas to share? Feel free to leave a comment.