pdfchain command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pdfchain: command not found
or when using sudo you get the following error message
sudo: pdfchain: command not found
Solutions to pdfchain: command not found
How To Fix pdfchain: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pdfchain is provided by pdfchain package.
pdfchain is:
The package includes features designed to handle PDF files in a easy way. Basically it can merge, split, add backgrounds or stamps and add attachments. There are some tools for extended needs, too.
The GUI is written in GTKmm, a C++ library for GTK+.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pdfchain
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pdfchain.
sudo apt -y install pdfchain
Or if you have aptitude installed you can use the following command.
sudo aptitude install pdfchain
Summary
In this tutorial we learn how to fix pdfchain command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.