mate-maximus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mate-maximus: command not found
or when using sudo you get the following error message
sudo: mate-maximus: command not found
Solutions to mate-maximus: command not found
How To Fix mate-maximus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mate-maximus is provided by mate-netbook package.
mate-netbook is:
MATE utilities for netbooks are an applet and a daemon to maximize windows and move their titles on the panel.
Installing these utilities is recommended for netbooks and similar devices with low resolution displays.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mate-netbook
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mate-netbook.
sudo apt -y install mate-netbook
Or if you have aptitude installed you can use the following command.
sudo aptitude install mate-netbook
Summary
In this tutorial we learn how to fix mate-maximus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.