gcm-inspect command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gcm-inspect: command not found
or when using sudo you get the following error message
sudo: gcm-inspect: command not found
Solutions to gcm-inspect: command not found
How To Fix gcm-inspect: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gcm-inspect is provided by gnome-color-manager package.
gnome-color-manager is:
GNOME Color Manager is a set of graphical utilities for color management to be used in the GNOME desktop. With the help of ArgyllCMS, it can create and apply display ICC color profiles.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-color-manager
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-color-manager.
sudo apt -y install gnome-color-manager
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-color-manager
Summary
In this tutorial we learn how to fix gcm-inspect command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.