pdfsam command not found

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

Introduction

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

pdfsam: command not found

or when using sudo you get the following error message

sudo: pdfsam: command not found

Solutions to pdfsam: command not found

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

In Ubuntu pdfsam is provided by pdfsam package.

pdfsam is:

PDF Split and Merge is a very simple, easy to use, free, open source utility to split and merge pdf files. It has a simple graphical interface to let the user choose pdf files, split or merge them.

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

sudo apt-get -y install pdfsam

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

You can also use apt command to install pdfsam.

sudo apt -y install pdfsam

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

sudo aptitude install pdfsam

Summary

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