jbgtopbm85 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
jbgtopbm85: command not found
or when using sudo you get the following error message
sudo: jbgtopbm85: command not found
Solutions to jbgtopbm85: command not found
How To Fix jbgtopbm85: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu jbgtopbm85 is provided by jbigkit-bin package.
jbigkit-bin is:
JBIG-KIT provides a portable library of compression and decompression functions with a documented interface that you can include very easily into your image or document processing software.
This package contains the binaries from JBIG-KIT.
To fix this problem, we can install more using the command below.
sudo apt-get -y install jbigkit-bin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install jbigkit-bin.
sudo apt -y install jbigkit-bin
Or if you have aptitude installed you can use the following command.
sudo aptitude install jbigkit-bin
Summary
In this tutorial we learn how to fix jbgtopbm85 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.