wmlongrun command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmlongrun: command not found
or when using sudo you get the following error message
sudo: wmlongrun: command not found
Solutions to wmlongrun: command not found
How To Fix wmlongrun: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmlongrun is provided by wmlongrun package.
wmlongrun is:
WMLongRun is a program to monitor LongRun. It displays the current LongRun(tm) settings and status: the frequency, the LongRun(tm) flags (performance or economy), and the performance level (expressed as a percentile). It is a dockapp (dockable application) that is supported by X window managers such as Window Maker, AfterStep, BlackBox, and Enlightenment.
It has two user interfaces: an LCD look-alike user interface and an LED-interface. If you select the LCD-interfaces, the back-light may be turned on/off by clicking the mouse button over the application.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmlongrun
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmlongrun.
sudo apt -y install wmlongrun
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmlongrun
Summary
In this tutorial we learn how to fix wmlongrun command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.