Installing the OSA Studio 27.1 w Ubuntu 20.04, Ubuntu 21.04
The following guide describes how to install OBS Studio 27.1 w Ubuntu 20.04, Ubuntu 21.0
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 |