matroxset command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
matroxset: command not found
or when using sudo you get the following error message
sudo: matroxset: command not found
Solutions to matroxset: command not found
How To Fix matroxset: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu matroxset is provided by matroxset package.
matroxset is:
This utility can be used to map heads to outputs, change the output mode to monitor, TV, or digital flat panel, display information about horizontal and vertical blanking, and view or modify a number of card specific controls.
To fix this problem, we can install more using the command below.
sudo apt-get -y install matroxset
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install matroxset.
sudo apt -y install matroxset
Or if you have aptitude installed you can use the following command.
sudo aptitude install matroxset
Summary
In this tutorial we learn how to fix matroxset command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.