imgp command not found

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

Introduction

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

imgp: command not found

or when using sudo you get the following error message

sudo: imgp: command not found

Solutions to imgp: command not found

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

In Ubuntu imgp is provided by imgp package.

imgp is:

Feature

  • Resize by percentage or resolution
  • Rotate clockwise by specified angle
  • Adaptive resize considering orientation
  • Brute force to a resolution
  • Optimize images to save more space
  • Convert PNG to JPEG
  • Erase exif metadata
  • Force smaller to larger resize
  • Process directories recursively
  • Overwrite source image option
  • Completion scripts for bash, fish, zsh
  • Minimal dependencies

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

sudo apt-get -y install imgp

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

You can also use apt command to install imgp.

sudo apt -y install imgp

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

sudo aptitude install imgp

Summary

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