varmon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
varmon: command not found
or when using sudo you get the following error message
sudo: varmon: command not found
Solutions to varmon: command not found
How To Fix varmon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu varmon is provided by varmon package.
varmon is:
A text-based tool to monitor DAC 960 RAID controllers. This includes Mylex RAID cards from the 960 and 1100 series, eXteremeRAID 2000 & 3000, AcceleRAID 352 & 170.
To fix this problem, we can install more using the command below.
sudo apt-get -y install varmon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install varmon.
sudo apt -y install varmon
Or if you have aptitude installed you can use the following command.
sudo aptitude install varmon
Summary
In this tutorial we learn how to fix varmon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.