pbmtojbg85 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pbmtojbg85: command not found
or when using sudo you get the following error message
sudo: pbmtojbg85: command not found
Solutions to pbmtojbg85: command not found
How To Fix pbmtojbg85: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pbmtojbg85 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 pbmtojbg85 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.