wmforkplop command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmforkplop: command not found
or when using sudo you get the following error message
sudo: wmforkplop: command not found
Solutions to wmforkplop: command not found
How To Fix wmforkplop: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmforkplop is provided by wmforkplop package.
wmforkplop is:
Wmforkplop monitors the forking activity of the kernel and displays a list of the most CPU consuming processes. Although primarily aimed at Windowmaker, it will run on any window manager, either as a dockapp or as a standard X11 application.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmforkplop
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmforkplop.
sudo apt -y install wmforkplop
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmforkplop
Summary
In this tutorial we learn how to fix wmforkplop command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.