xmbmon command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xmbmon: command not found
or when using sudo you get the following error message
sudo: xmbmon: command not found
Solutions to xmbmon: command not found
How To Fix xmbmon: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xmbmon is provided by xmbmon package.
xmbmon is:
(x)mbmon allows you to monitor hardware status using your motherboard’s sensors. This information can be: temperatures, voltages and/or fan speeds.
This package contains the graphical client.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xmbmon
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xmbmon.
sudo apt -y install xmbmon
Or if you have aptitude installed you can use the following command.
sudo aptitude install xmbmon
Summary
In this tutorial we learn how to fix xmbmon command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.