How To Install figtoipe on Fedora 36
Introduction
In this tutorial we learn how to install figtoipe on Fedora 36.
What is figtoipe
Figtoipe is a program that reads FIG files (as generated by xfig) and generates an XML file readable by the Ipe editor.
We can use yum or dnf to install figtoipe on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install figtoipe.
Install figtoipe on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install figtoipe using dnf by running the following command:
sudo dnf -y install figtoipe
Install figtoipe on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install figtoipe using yum by running the following command:
sudo yum -y install figtoipe
How To Uninstall figtoipe on Fedora 36
To uninstall only the figtoipe package we can use the following command:
sudo dnf remove figtoipe
figtoipe Package Contents on Fedora 36
/usr/bin/figtoipe
/usr/lib/.build-id
/usr/lib/.build-id/24
/usr/lib/.build-id/24/4ba02148e7d5e4fe19e3cf62680627d0eb963f
/usr/share/doc/figtoipe
/usr/share/doc/figtoipe/CHANGES
/usr/share/doc/figtoipe/LICENSE
/usr/share/doc/figtoipe/README
/usr/share/doc/figtoipe/gpl-2.0.txt
/usr/share/man/man1/figtoipe.1.gz
References
Summary
In this tutorial we learn how to install figtoipe on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).