gddccontrol command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gddccontrol: command not found
or when using sudo you get the following error message
sudo: gddccontrol: command not found
Solutions to gddccontrol: command not found
How To Fix gddccontrol: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gddccontrol is provided by gddccontrol package.
gddccontrol is:
DDCcontrol is a tool used to control monitor parameters, like brightness and contrast, without using the OSD (On Screen Display) and the buttons in front of the monitor.
This package provides a graphical user interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gddccontrol
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gddccontrol.
sudo apt -y install gddccontrol
Or if you have aptitude installed you can use the following command.
sudo aptitude install gddccontrol
Summary
In this tutorial we learn how to fix gddccontrol command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.