screenkey command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
screenkey: command not found
or when using sudo you get the following error message
sudo: screenkey: command not found
Solutions to screenkey: command not found
How To Fix screenkey: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu screenkey is provided by screenkey package.
screenkey is:
Screenkey is a screencast tool to display your keys inspired by Screenflick for Mac OS and based initially on key-mon project.
It’s useful to create screencasts and is also a powerful teaching tool.
To fix this problem, we can install more using the command below.
sudo apt-get -y install screenkey
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install screenkey.
sudo apt -y install screenkey
Or if you have aptitude installed you can use the following command.
sudo aptitude install screenkey
Summary
In this tutorial we learn how to fix screenkey command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.