figtoipe command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
figtoipe: command not found
or when using sudo you get the following error message
sudo: figtoipe: command not found
Solutions to figtoipe: command not found
How To Fix figtoipe: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu figtoipe is provided by figtoipe package.
figtoipe is:
Ipe is a drawing editor for creating figures, provided in package ipe.
Figtoipe is a program that reads FIG files (as generated by xfig) and generates an XML file readable by Ipe.
To fix this problem, we can install more using the command below.
sudo apt-get -y install figtoipe
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install figtoipe.
sudo apt -y install figtoipe
Or if you have aptitude installed you can use the following command.
sudo aptitude install figtoipe
Summary
In this tutorial we learn how to fix figtoipe command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.