ipe5toxml command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ipe5toxml: command not found
or when using sudo you get the following error message
sudo: ipe5toxml: command not found
Solutions to ipe5toxml: command not found
How To Fix ipe5toxml: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ipe5toxml is provided by ipe5toxml package.
ipe5toxml is:
Converts figures that were made with Ipe 5 to the format understood by Ipe 6. You can then run ipe6upgrade (from package ipe) to convert them to Ipe 7 format. Ipe is a drawing editor for creating figures, provided in package ipe.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ipe5toxml
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ipe5toxml.
sudo apt -y install ipe5toxml
Or if you have aptitude installed you can use the following command.
sudo aptitude install ipe5toxml
Summary
In this tutorial we learn how to fix ipe5toxml command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.