pfstmo_fattal02 command not found

In this troubleshooting guide we learn how to fix pfstmo_fattal02 command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

pfstmo_fattal02: command not found

or when using sudo you get the following error message

sudo: pfstmo_fattal02: command not found

Solutions to pfstmo_fattal02: command not found

How To Fix pfstmo_fattal02: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu pfstmo_fattal02 is provided by pfstmo package.

pfstmo is:

This package contains a set of state-of-the-art tone mapping operators. Tone mapping is a technique used to approximately map the appearance of high-dynamic range (HDR) images to media with more limited dynamic range. The operators are suitable for processing of both static images and animations.

The operators are embedded in a flexible framework (pfstools) which provides a unified input/output mechanism and a modular architecture for the filtering of the image data. Various file formats for static images and video are transparently supported and the High Dynamic Range data are processed modularly through a Unix piping mechanism.

To fix this problem, we can install more using the command below.

sudo apt-get -y install pfstmo

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install pfstmo.

sudo apt -y install pfstmo

Or if you have aptitude installed you can use the following command.

sudo aptitude install pfstmo

Summary

In this tutorial we learn how to fix pfstmo_fattal02 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.