I need a screen recorder and OBS is the best. How can I install the latest version on Ubuntu?


Solution 1:

obs-studio package is available in Ubuntu 18.04 LTS, 19.04 and 19.10 (pre-beta).

You can install it with sudo apt-get install obs-studio.

Solution 2:

Referring to the official GitHub wiki page, you can also use ppa provided by them to install it for 15.04 and above (if there is no package in the repository).

Run this commands:

$ sudo add-apt-repository ppa:obsproject/obs-studio
$ sudo apt update && sudo apt install obs-studio