pgmfindclip command not found

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

Introduction

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

pgmfindclip: command not found

or when using sudo you get the following error message

sudo: pgmfindclip: command not found

Solutions to pgmfindclip: command not found

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

In Ubuntu pgmfindclip is provided by pgmfindclip package.

pgmfindclip is:

This tool tries to find a suitable clipping border for a series of gray images. It is very useful to automatically extract clipping values for transcoding a movie if the source frame is encoded with black bars.

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

sudo apt-get -y install pgmfindclip

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

You can also use apt command to install pgmfindclip.

sudo apt -y install pgmfindclip

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

sudo aptitude install pgmfindclip

Summary

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