How to Install OBS Studio on Ubuntu 24.04: Quick Guide

Searching for a way to quickly install OBS Studio on Ubuntu 24.04? No worries! Follow our post.

How to Install OBS Studio on Ubuntu 24.04?

OBS Studio is a freely available, open-source tool that is specifically designed for video recording and live streaming. 

Let’s move towards its installation on Ubuntu 24.04.

Step 1: Update System Packages

Firstly, update your Ubuntu 24.04 packages:

sudo apt update -y
updating system packages on ubuntu 24.04 noble numbat

Step 2: Import OBS Repository

On Ubuntu 24.04, import the OBS repository:

sudo add-apt-repository ppa:obsproject/obs-studio -y
adding obs project repository on ubuntu 24.04

Now, run this command in the terminal:

sudo add-apt-repository ppa:obsproject/obs-studio-unstable -y
adding unstable obs studio repository on ubuntu 24.04

Then, update the packages again:

sudo apt update -y
updating system packages of ubuntu

Step 3: Install OBS Studio

After that, install OBS Studio via:

sudo apt install obs-studio -y
installing obs studio in ubuntu 24.04

Step 4: Launch OBS Studio

Now, launch OBS Studio through the terminal:

obs
launching obs studio through terminal in ubuntu 24.04

Another way to launch OBS Studio is through GUI. Search for “OBS Studio” and click on its icon from the results:

launching obs studio through activities menu of ubuntu 24.04

OBS Studio is successfully launched on Ubuntu 24.04:

using obs studio on ubuntu 24.04

We hope this post worked for you.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top