mPresentation command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mPresentation: command not found
or when using sudo you get the following error message
sudo: mPresentation: command not found
Solutions to mPresentation: command not found
How To Fix mPresentation: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mPresentation is provided by montage-gridtools package.
montage-gridtools is:
Montage is a toolkit for assembling astronomical images into custom mosaics.
This package contains modules that can generate a Directed Acyclic Graph (DAG) representation of the mosaicking process for a set of on-line surveys (e.g., 2MASS). This information is fed to the Pegasus software from ISI (the Information Sciences Institute), which produces processing plans for Condor (or Condor-G on the Teragrid).
These modules should be considered prototypes: they have been used extensively but have not been subject to the same rigorous testing to which the core modules have been subjected. Users should contact Montage ([email protected]) before employing them to verify limitations in their use and changes in the interfaces.
To fix this problem, we can install more using the command below.
sudo apt-get -y install montage-gridtools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install montage-gridtools.
sudo apt -y install montage-gridtools
Or if you have aptitude installed you can use the following command.
sudo aptitude install montage-gridtools
Summary
In this tutorial we learn how to fix mPresentation command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.