geistest command not found

In this troubleshooting guide we learn how to fix geistest command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

geistest: command not found

or when using sudo you get the following error message

sudo: geistest: command not found

Solutions to geistest: command not found

How To Fix geistest: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu geistest 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 geistest command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.