wmload command not found

In this troubleshooting guide we learn how to fix wmload command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

wmload: command not found

or when using sudo you get the following error message

sudo: wmload: command not found

Solutions to wmload: command not found

How To Fix wmload: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu wmload is provided by wmload package.

wmload is:

wmload displays a graphical representation of the kernel/system statistics on a 64x64 miniwindow. There are three shades in the window: the light one, which corresponds to user statistics, second is the nice time statistics, and the darkest one is system statistics.

It works with other window managers, there isn’t anything in the program to make it require Window Maker, except maybe the look.

To fix this problem, we can install more using the command below.

sudo apt-get -y install wmload

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install wmload.

sudo apt -y install wmload

Or if you have aptitude installed you can use the following command.

sudo aptitude install wmload

Summary

In this tutorial we learn how to fix wmload command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.