wmcpuload command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmcpuload: command not found
or when using sudo you get the following error message
sudo: wmcpuload: command not found
Solutions to wmcpuload: command not found
How To Fix wmcpuload: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmcpuload is provided by wmcpuload package.
wmcpuload is:
WMCPULoad is a dockapp for X window managers such as WindowMaker, AfterStep, BlackBox and Enlightenment. It displays the current CPU usage as percentage value and chart with an LCD-like look. Its appearance can be configured from the commandline and it has a backlight mode which can be triggered manually or by an adjustable alarm percentage.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmcpuload
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmcpuload.
sudo apt -y install wmcpuload
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmcpuload
Summary
In this tutorial we learn how to fix wmcpuload command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.