mate-system-monitor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mate-system-monitor: command not found
or when using sudo you get the following error message
sudo: mate-system-monitor: command not found
Solutions to mate-system-monitor: command not found
How To Fix mate-system-monitor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mate-system-monitor is provided by mate-system-monitor package.
mate-system-monitor is:
MATE system monitor allows you to graphically view and manipulate the running processes on your system. It also provides an overview of available resources such as CPU and memory.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mate-system-monitor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mate-system-monitor.
sudo apt -y install mate-system-monitor
Or if you have aptitude installed you can use the following command.
sudo aptitude install mate-system-monitor
Summary
In this tutorial we learn how to fix mate-system-monitor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.