geisview command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
geisview: command not found
or when using sudo you get the following error message
sudo: geisview: command not found
Solutions to geisview: command not found
How To Fix geisview: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu geisview is provided by geis-tools package.
geis-tools is:
A common API for clients of a systemwide gesture recognition and propagation engine.
Tools that can be used to verify gesture API behaviour.
To fix this problem, we can install more using the command below.
sudo apt-get -y install geis-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install geis-tools.
sudo apt -y install geis-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install geis-tools
Summary
In this tutorial we learn how to fix geisview command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.