pecomato command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pecomato: command not found
or when using sudo you get the following error message
sudo: pecomato: command not found
Solutions to pecomato: command not found
How To Fix pecomato: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pecomato is provided by pecomato package.
pecomato is:
PECoMaTo is a metadata processor designed to display any kind of information embedded in picture files, as well as checking, filtering, extracting, removing, adding and fixing such information.
It supports the following file formats: JPEG/JFIF, Adobe PSD, FFO and raw IPTC. And it knows about the following metadata formats: JFIF, IPTC, Exif, Adobe and Fotostation.
One of its main goals is to check the validity of parsed metadata as well as optionally check the strict compliance to official standards. On another hand, it aims to provide ways of fixing broken or not compliant chunks as well as providing general basic functions to manipulate the metadata.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pecomato
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pecomato.
sudo apt -y install pecomato
Or if you have aptitude installed you can use the following command.
sudo aptitude install pecomato
Summary
In this tutorial we learn how to fix pecomato command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.