jscal-store command not found

In this troubleshooting guide we learn how to fix jscal-store command not found error message

Introduction

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

jscal-store: command not found

or when using sudo you get the following error message

sudo: jscal-store: command not found

Solutions to jscal-store: command not found

How To Fix jscal-store: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu jscal-store is provided by joystick package.

joystick is:

Some useful tools for using joysticks: evdev-joystick(1) - joystick calibration tool ffcfstress(1) - force-feedback stress test ffmvforce(1) - force-feedback orientation test ffset(1) - force-feedback configuration tool fftest(1) - general force-feedback test jstest(1) - joystick test jscal(1) - joystick calibration tool

evtest and inputattach, which used to be part of this package, are now available separately.

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

sudo apt-get -y install joystick

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

You can also use apt command to install joystick.

sudo apt -y install joystick

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

sudo aptitude install joystick

Summary

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