keyboardcast command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
keyboardcast: command not found
or when using sudo you get the following error message
sudo: keyboardcast: command not found
Solutions to keyboardcast: command not found
How To Fix keyboardcast: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu keyboardcast is provided by keyboardcast package.
keyboardcast is:
With keyboardcast you can send keystrokes to any number of windows you select simultaneously. It also offers an option to start gnome-terminal processes (for instance to login to remote hosts)
To fix this problem, we can install more using the command below.
sudo apt-get -y install keyboardcast
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install keyboardcast.
sudo apt -y install keyboardcast
Or if you have aptitude installed you can use the following command.
sudo aptitude install keyboardcast
Summary
In this tutorial we learn how to fix keyboardcast command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.