bookletimposer command not found

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

Introduction

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

bookletimposer: command not found

or when using sudo you get the following error message

sudo: bookletimposer: command not found

Solutions to bookletimposer: command not found

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

In Ubuntu bookletimposer is provided by bookletimposer package.

bookletimposer is:

pdfimposer is a Python module to achieve some basic imposition on PDF documents, especially designed to work on booklets.

BookletImposer is a commandline and GTK+ interface to pdfimposer.

The bookletimposer package ships both.

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

sudo apt-get -y install bookletimposer

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

You can also use apt command to install bookletimposer.

sudo apt -y install bookletimposer

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

sudo aptitude install bookletimposer

Summary

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