How to install screen recording tool through terminal on Linux (Debian&Ubuntu) ?

Published: 16 June 2022
on channel: OrangePi
408
4

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt update
sudo apt install simplescreenrecorder
From the previous commands, the first will add the necessary repository to install Simple Screen Recorder, the second will update the repositories and the third will install the software.