wmmisc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmmisc: command not found
or when using sudo you get the following error message
sudo: wmmisc: command not found
Solutions to wmmisc: command not found
How To Fix wmmisc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmmisc is provided by wmmisc package.
wmmisc is:
wmmisc is a simple dockapp that monitors the following: the amount of users logged in, the total number of processes, the number of running (or ‘alive’) processes, the total number of forks and the system load average.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmmisc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmmisc.
sudo apt -y install wmmisc
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmmisc
Summary
In this tutorial we learn how to fix wmmisc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.