engauge command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
engauge: command not found
or when using sudo you get the following error message
sudo: engauge: command not found
Solutions to engauge: command not found
How To Fix engauge: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu engauge is provided by engauge-digitizer package.
engauge-digitizer is:
The Engauge Digitizer tool assists in interactively extracting numbers from images of graphs. Conceptually, it is thus the opposite of a graphing tool that converts data points to graphs. It provides assistance in enhancing the image quality and matching the data points. Engauge Digitizer is used by individuals such as grad students and researchers as well engineers and employees in large government and commercial organizations for processing single files but also managing databases of thousands of image files.
Features of Engauge Digitizer include: * Automatic grid line removal * Automatic point and axis matching * Automatic curve tracing * Image processing for separating important details from background information * A wizard providing an interactive tutorial to explain the basic steps * Multiple coordinate systems in the same image can be digitized in advanced mode * Cubic spline interpolation between points gives more accurate curves with fewer points * Handling of Cartesian, polar, linear and logarithmic graphs * Support for drag-and-drop and copy-and-paste * Context sensitive help, user manual and tutorials explaining every feature * Preview windows to give immediate feedback while modifying settings * Automated line and point extraction to rapidly digitizes data
To fix this problem, we can install more using the command below.
sudo apt-get -y install engauge-digitizer
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install engauge-digitizer.
sudo apt -y install engauge-digitizer
Or if you have aptitude installed you can use the following command.
sudo aptitude install engauge-digitizer
Summary
In this tutorial we learn how to fix engauge command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.