1

Is it possible to accomplish that? I need the latest version in order to be able to use the virtual camera along zoom or similar

I've tried building from source following instructions, but had a lot of problems with cmake and qt dependencies

I'm reading about installing from sid but I'm not sure what it has to be done and not breaking my system.

Matías Cánepa
  • 213
  • 3
  • 10

1 Answers1

2

obs-studio is available from Snap Store, you can install through snap rather than adding Sid repository:

sudo apt update
sudo apt install snapd
sudo snap install core
sudo snap install obs-studio

obs-studio instructions

GAD3R
  • 63,407
  • 31
  • 131
  • 192
  • It worked great!! thank you. I didn't find the app in menu (gnome), I had to execute `snap run obs-studio` is this the way to open the app? or is there a graphical way? – Matías Cánepa Mar 09 '21 at 20:49
  • @MatíasCánepa `snap run` is your way to run snap applications. – GAD3R Mar 09 '21 at 20:50