Installation of OBS Studio in Ubuntu 22.04
The guide below describes how to install OBS Studio in Ubuntu 22.04
We will do the whole thing in a few minutes using the console.
Run terminal and add repository:
1 | sudo add-apt-repository ppa:obsproject/obs-studio |
We update packages:
1 | sudo apt update |
We install the obsa:
1 | sudo apt install obs-studio |