krop command not found

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

Introduction

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

krop: command not found

or when using sudo you get the following error message

sudo: krop: command not found

Solutions to krop: command not found

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

In Ubuntu krop is provided by krop package.

krop is:

Krop is a simple graphical tool to crop the pages of PDF files. A unique feature of krop is its ability to automatically split pages into subpages to fit the limited screen size of devices such as eReaders. This is particularly useful, if your eReader does not support convenient scrolling.

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

sudo apt-get -y install krop

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

You can also use apt command to install krop.

sudo apt -y install krop

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

sudo aptitude install krop

Summary

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