mpt-status command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mpt-status: command not found
or when using sudo you get the following error message
sudo: mpt-status: command not found
Solutions to mpt-status: command not found
How To Fix mpt-status: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mpt-status is provided by mpt-status package.
mpt-status is:
The mpt-status software is a query tool to access the running configuration and status of LSI SCSI HBAs. mpt-status allows you to monitor the health and status of your RAID setup.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mpt-status
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mpt-status.
sudo apt -y install mpt-status
Or if you have aptitude installed you can use the following command.
sudo aptitude install mpt-status
Summary
In this tutorial we learn how to fix mpt-status command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.