pdfarranger command not found

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

Introduction

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

pdfarranger: command not found

or when using sudo you get the following error message

sudo: pdfarranger: command not found

Solutions to pdfarranger: command not found

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

In Ubuntu pdfarranger is provided by pdfarranger package.

pdfarranger is:

PDF Arranger is a small application which allows one to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface.

PDF Arranger was formerly known as PDF-Shuffler.

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

sudo apt-get -y install pdfarranger

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

You can also use apt command to install pdfarranger.

sudo apt -y install pdfarranger

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

sudo aptitude install pdfarranger

Summary

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