rawtherapee-cli command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rawtherapee-cli: command not found
or when using sudo you get the following error message
sudo: rawtherapee-cli: command not found
Solutions to rawtherapee-cli: command not found
How To Fix rawtherapee-cli: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rawtherapee-cli is provided by rawtherapee package.
rawtherapee is:
RawTherapee is an advanced program for developing raw photos and for processing non-raw photos. It is non-destructive, makes use of OpenMP, supports all the cameras supported by dcraw and carries out its calculations in a high precision 32bit floating point engine. RawTherapee supports JPEG, PNG, and TIFF as output format for processed photos.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rawtherapee
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rawtherapee.
sudo apt -y install rawtherapee
Or if you have aptitude installed you can use the following command.
sudo aptitude install rawtherapee
Summary
In this tutorial we learn how to fix rawtherapee-cli command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.