Want to record what we do or do on Linux? Of course, I can. We can use an application called Kazam. Kazam is one of the best applications for screen recording on linux. With this application we can record the screen, be it the entire screen, record windows or just a part of the screen that we specify. Besides recording the screen, Kazam can also be used to take pictures (screenshots). Kazam is already available in the official Ubuntu repositories with Kazam version 1.4.5 (which I know). you can install it directly with sudo apt install kazam
. However, if you want to install the updated version, you have to add a new repository to your Ubuntu. Here’s how to install a screen recorder on Linux (Kazam) the latest updated version :
Step 1 – Add the repository for the latest Kazam
sudo add-apt-repository ppa:sylvain-pineau/kazam
Step 2 – Update your Ubuntu repositories
sudo apt-get update
Step 3 – Install Kazam
sudo apt install kazam
Step 4 – Install additional modules to support Kazam
sudo apt install python3-cairo python3-xlib
After all the steps are carried out, Kazam is installed and ready for you to use, all you have to do is run it by searching for Kazam in your application. This is the display of the Kazam application (I’m using version 1.4.5).
For its use I don’t think I need to explain. You can try it yourself right away.
Yep, that’s a little information that I can share about how to install screen recorder on Linux (Kazam). Hope this information can be useful, Thanks: lol:
Also Read :
0 Comments