kazam command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kazam: command not found
or when using sudo you get the following error message
sudo: kazam: command not found
Solutions to kazam: command not found
How To Fix kazam: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kazam is provided by kazam package.
kazam is:
Kazam provides a well designed and easy to use interface for capturing screencasts and screenshots. It can record desktop video and multiple audio streams simultaneously with control over audio levels and the screen region being captured.
Support for H264 and VP8 codecs is built in.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kazam
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kazam.
sudo apt -y install kazam
Or if you have aptitude installed you can use the following command.
sudo aptitude install kazam
Summary
In this tutorial we learn how to fix kazam command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.