wmmemload command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmmemload: command not found
or when using sudo you get the following error message
sudo: wmmemload: command not found
Solutions to wmmemload: command not found
How To Fix wmmemload: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmmemload is provided by wmmemload package.
wmmemload is:
wmmemload displays the current memory and swap usage as a percentage value. It is based on wmcpuload and wmmemmon, and as such looks very nice alongside those.
wmmemload is designed to work with the WindowMaker dock, but will work with other window managers as well.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmmemload
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmmemload.
sudo apt -y install wmmemload
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmmemload
Summary
In this tutorial we learn how to fix wmmemload command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.