munipack command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
munipack: command not found
or when using sudo you get the following error message
sudo: munipack: command not found
Solutions to munipack: command not found
How To Fix munipack: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu munipack is provided by munipack-cli package.
munipack-cli is:
Munipack is a general astronomical photometry software package. Currently implements functions for standard photometry processing (photometry reductions - dark, flat), aperture photometry, astrometry and photometry calibration, accessing Virtual observatory, etc.
This package provides “munipack” command which offers command line interface for Munipack. Also provides Virtual Observatory support.
To fix this problem, we can install more using the command below.
sudo apt-get -y install munipack-cli
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install munipack-cli.
sudo apt -y install munipack-cli
Or if you have aptitude installed you can use the following command.
sudo aptitude install munipack-cli
Summary
In this tutorial we learn how to fix munipack command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.