pdftoipe command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pdftoipe: command not found
or when using sudo you get the following error message
sudo: pdftoipe: command not found
Solutions to pdftoipe: command not found
How To Fix pdftoipe: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pdftoipe is provided by pdftoipe package.
pdftoipe is:
Ipe is a drawing editor for creating figures, provided in package ipe.
This package contains a tool to convert drawings in PDF format to XML that can be used by ipe editor.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pdftoipe
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pdftoipe.
sudo apt -y install pdftoipe
Or if you have aptitude installed you can use the following command.
sudo aptitude install pdftoipe
Summary
In this tutorial we learn how to fix pdftoipe command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.