Installing kazam in Ubuntu 16.04
In this tutorial, we will guide you through the process of installing a screen recorder named Kazam in Ubuntu 16.04 LTS.
Kazam is available in the official Ubuntu repositories, but it's an old version (1.4) and
I'll ping one of the maintainer in #kazam on freenode but in the meantime you can install Kazam 1.5.3 from my own ppa:
in the terminal.
Second step is to update the system by entering:
then, the final step is to download and install kazam from the repository. This can be done by entering:
Once the software is installed, we can run it to test it:
That's it in our series of tutorials today.
Thank you for reading.
Kazam is available in the official Ubuntu repositories, but it's an old version (1.4) and
ppa:kazam-team/unstable-series has not been updated for 16.04 (and does not include debian patches).I'll ping one of the maintainer in #kazam on freenode but in the meantime you can install Kazam 1.5.3 from my own ppa:
sudo apt-add-repository ppa:sylvain-pineau/kazam
sudo apt-get update
sudo apt-get install kazam
First step is to get the key for the repostiory. This can be done by enteringsudo apt-add-repository ppa:sylvain-pineau/kazamin the terminal.
Second step is to update the system by entering:

sudo apt-get update
then, the final step is to download and install kazam from the repository. This can be done by entering:sudo apt-get install kazam
Once the software is installed, we can run it to test it:
That's it in our series of tutorials today.Thank you for reading.
Comments
Post a Comment