easystroke command not found

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

Introduction

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

easystroke: command not found

or when using sudo you get the following error message

sudo: easystroke: command not found

Solutions to easystroke: command not found

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

In Ubuntu easystroke is provided by easystroke package.

easystroke is:

Easystroke is a gesture-recognition application for X11. It aims to be highly configurable while at the same time providing an intuitive user interface. It was designed with a Tablet PC in mind, but it also works well with a mouse.

To fix this problem, we can install more using the command below.

sudo apt-get -y install easystroke

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install easystroke.

sudo apt -y install easystroke

Or if you have aptitude installed you can use the following command.

sudo aptitude install easystroke

Summary

In this tutorial we learn how to fix easystroke command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.