mantis-xray command not found

In this troubleshooting guide we learn how to fix mantis-xray command not found error message

Introduction

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

mantis-xray: command not found

or when using sudo you get the following error message

sudo: mantis-xray: command not found

Solutions to mantis-xray: command not found

How To Fix mantis-xray: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mantis-xray is provided by mantis-xray package.

mantis-xray is:

Spectromicroscopy combines spectral data with microscopy, where typical datasets consist of a stack of microscopic images taken across an energy range. Due to the data complexity, manual analysis can be time consuming and inefficient, whereas multivariate analysis tools not only reduce the time needed but also can uncover hidden trends in the data.

Mantis is Multivariate ANalysis Tool for Spectromicroscopy developed in Python by 2nd Look Consulting. It uses principal component analysis and cluster analysis to classify pixels according to spectral similarity.

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

sudo apt-get -y install mantis-xray

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

You can also use apt command to install mantis-xray.

sudo apt -y install mantis-xray

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

sudo aptitude install mantis-xray

Summary

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