wmsysmon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmsysmon: command not found
or when using sudo you get the following error message
sudo: wmsysmon: command not found
Solutions to wmsysmon: command not found
How To Fix wmsysmon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmsysmon is provided by wmsysmon package.
wmsysmon is:
wmsysmon is a dockable application for Window Maker (and possibly AfterStep). It monitors system information on interrupt activity, memory use, swap use, and IO.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmsysmon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmsysmon.
sudo apt -y install wmsysmon
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmsysmon
Summary
In this tutorial we learn how to fix wmsysmon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.