# How to install OBS Studio on PopOs! or any other Ubuntu-based linux distribution

---

## OBS Studio

OBS Studio, short for Open Broadcaster Software Studio, is a free and open-source software suite for video recording and live streaming.

It's widely used by content creators, gamers, educators, and professionals to produce high-quality streams and recordings of their activities, such as gameplay, tutorials, presentations, and more.

OBS Studio offers a range of features including scene composition, audio mixing, video encoding, and various customization options, making it a versatile tool for both beginners and experienced users in the field of content creation and live broadcasting.

---

## Open up a terminal

---

## Update the package list

```ruby
sudo apt update
```

---

## Install ffmpeg

```ruby
sudo apt install -y ffmpeg
```

Output

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710272921603/60097978-82ca-47a5-8d17-0e653985da6d.png align="center")

---

## Add OBS to the repository

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

Ouput

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710273003840/b7d84abf-ca84-4bce-9fe7-bc7451971278.png align="center")

---

## Update the repository

```ruby
sudo apt update
```

---

## Install OBS

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

Output

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710273084545/382b4a9a-045b-4d3b-a61b-f7bff2bddac1.png align="center")

---

## Check installation

---

## RUN

```ruby
obs
```

Output

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1710273237542/120c3f64-95a5-4860-b999-0f40d40dfad0.png align="center")

---

## **Done**

---

### Celebrate

![The It Crowd Birthday GIFs | Tenor](https://media.tenor.com/kDyYq4PQuIgAAAAC/clapping-it-crowd.gif align="left")

---

### Reach me out

* [**Gi**](https://linkedin.com/in/alexandrecalacaofficial)[**thub**](https://github.com/alexcalaca)
    
* [**LinkedIn**](https://linkedin.com/in/alexandrecalacaofficial)
    
* [**H**](https://hashnode.com/onboard?next=/@alexandrecalaca)[**a**](https://github.com/alexcalaca)[**s**](https://www.youtube.com/@alexandrecalacaofficial)[**h**](https://github.com/alexcalaca)[**node**](https://linkedin.com/in/alexandrecalacaofficial)
    
* [**Y**](https://hashnode.com/onboard?next=/@alexandrecalaca)[**o**](https://github.com/alexcalaca)[**utu**](https://linkedin.com/in/alexandrecalacaofficial)[**b**](https://github.com/alexcalaca)[**e**](https://hashnode.com/onboard?next=/@alexandrecalaca)
    

---

### Final thoughts

Thanks for reading this article.

If you have any questions, thoughts, suggestions, or corrections, please share them with us.

We appreciate your feedback and look forward to hearing from you.

Feel free to suggest topics for future blog articles. Until next time!
