posterazor command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
posterazor: command not found
or when using sudo you get the following error message
sudo: posterazor: command not found
Solutions to posterazor: command not found
How To Fix posterazor: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu posterazor is provided by posterazor package.
posterazor is:
The PosteRazor splits an image to form a multi-page PDF document. When printed, the sheets can be arranged to form a large poster of the original picture. An easy to use (wizard like) user interface guides through 5 simple steps.
It relies upon libfreeimage and libxpm supporting many input file formats such as BMP, GIF, ICO, JPG, PNG, TIFF, XPM among others handled by FreeImage like DDS, Dr. Halo, IFF, JBIG, JPEG/JIF, KOALA, LBM, Kodak PhotoCD, PCX, PBM, PGM, PPM, PhotoShop PSD, Sun RAS, TARGA, WBMP, XBM, etc…
Also, PosteRazor can handle the following image color types: Monochrome, Grayscale, 4 Bit palette, 8 Bit palette, 24 Bit RGB, 48 Bit RGB (only via TIFF and PNG), 32 Bit CMYK (only via TIFF). 32 Bit RGBA images can be loaded, but are transformed to 24 Bit RGB by “merging” them with a white background.
It supports dimension units like m, mm, cm, inch, ft, pt(72th inch) and it prints the PDF output file in A4, A3, Legal, Letter or Tabloid layout.
To fix this problem, we can install more using the command below.
sudo apt-get -y install posterazor
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install posterazor.
sudo apt -y install posterazor
Or if you have aptitude installed you can use the following command.
sudo aptitude install posterazor
Summary
In this tutorial we learn how to fix posterazor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.