aaphoto command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aaphoto: command not found
or when using sudo you get the following error message
sudo: aaphoto: command not found
Solutions to aaphoto: command not found
How To Fix aaphoto: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aaphoto is provided by aaphoto package.
aaphoto is:
Auto Adjust Photo is a tiny command-line image manipulation tool for automatic color correction of photos. It tries to make the picture look better. The program does this by analyzing the input image and then sets the most optimal contrast, gamma, color balance and saturation for it.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aaphoto
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aaphoto.
sudo apt -y install aaphoto
Or if you have aptitude installed you can use the following command.
sudo aptitude install aaphoto
Summary
In this tutorial we learn how to fix aaphoto command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.