asmon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
asmon: command not found
or when using sudo you get the following error message
sudo: asmon: command not found
Solutions to asmon: command not found
How To Fix asmon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu asmon is provided by asmon package.
asmon is:
Asmon is a wharfable/dockable application that with meters detailing CPU, memory, swap, and X mem usage. It also includes the exact numbers for load average, mem, swap and X mem usage. Asmon was developed to use very little CPU itself.
To fix this problem, we can install more using the command below.
sudo apt-get -y install asmon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install asmon.
sudo apt -y install asmon
Or if you have aptitude installed you can use the following command.
sudo aptitude install asmon
Summary
In this tutorial we learn how to fix asmon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.