sisu-pdf-landscape command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sisu-pdf-landscape: command not found
or when using sudo you get the following error message
sudo: sisu-pdf-landscape: command not found
Solutions to sisu-pdf-landscape: command not found
How To Fix sisu-pdf-landscape: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sisu-pdf-landscape is provided by sisu-pdf package.
sisu-pdf is:
SiSU is a lightweight markup based document structuring, publishing and search framework for document collections.
This package enables the conversion of SiSU LaTeX output to pdf.
To fix this problem, we can install more using the command below.
sudo apt-get -y install sisu-pdf
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sisu-pdf.
sudo apt -y install sisu-pdf
Or if you have aptitude installed you can use the following command.
sudo aptitude install sisu-pdf
Summary
In this tutorial we learn how to fix sisu-pdf-landscape command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.