mia-lmpick command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mia-lmpick: command not found
or when using sudo you get the following error message
sudo: mia-lmpick: command not found
Solutions to mia-lmpick: command not found
How To Fix mia-lmpick: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mia-lmpick is provided by mialmpick package.
mialmpick is:
This tool provides a simple 3D renderer that can visualize surfaces directly from 3D volumes and can be used to set 3D landmarks. It is best suited for CT data sets.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mialmpick
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mialmpick.
sudo apt -y install mialmpick
Or if you have aptitude installed you can use the following command.
sudo aptitude install mialmpick
Summary
In this tutorial we learn how to fix mia-lmpick command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.