minexpert2 command not found

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

Introduction

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

minexpert2: command not found

or when using sudo you get the following error message

sudo: minexpert2: command not found

Solutions to minexpert2: command not found

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

In Ubuntu minexpert2 is provided by minexpert2 package.

minexpert2 is:

mineXpert2 allows the user to perform the following tasks:

  • Open mass spectrometry data files (mzML, mzXML, asc, xy, …);
  • Display in a table view the full data set, for easy filtering;
  • Calculate and display the TIC chromatogram;
  • Calculate and display a mz=f(rt) color map;
  • For mobility data, calculate and display a mz=f(dt) color map;
  • Integrate the mass spectrometric data from any kind of data representation (mass | drift spectra, TIC | XIC chromatogram, 2D color maps) to any other kind of data representation;
  • For any mass data feature (mass peak, TIC | XIC peak, color map) integrate to a XIC single intensity value;
  • Powerful isotopic cluster calculation starting from a chemical formula, optionally with user-defined isotopic abundance ratios;
  • Gaussian fit over any isotopic cluster to estimate the average mass of a given ion;
  • Mouse-driven deconvolution of m/z data (charge envelope-based or isotopic cluster-based);
  • Export the data to text files;
  • Export the graphical representation of mass spectrometric data to graphics files in a number of formats (jpg, png, pdf).

This package ships the mineXpert2 program.

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

sudo apt-get -y install minexpert2

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

You can also use apt command to install minexpert2.

sudo apt -y install minexpert2

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

sudo aptitude install minexpert2

Summary

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