wmdiskmon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmdiskmon: command not found
or when using sudo you get the following error message
sudo: wmdiskmon: command not found
Solutions to wmdiskmon: command not found
How To Fix wmdiskmon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmdiskmon is provided by wmdiskmon package.
wmdiskmon is:
wmdiskmon is a dockapp to monitor disk usage. It can be used with X window managers like Window Maker, AfterStep, BlackBox and Enlightenment.
The dockapp has two modes. The default displays three devices at a time in a bargraph manner. The other displays only one device, but with numeric percentage and a longer name over three lines.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmdiskmon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmdiskmon.
sudo apt -y install wmdiskmon
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmdiskmon
Summary
In this tutorial we learn how to fix wmdiskmon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.