How To Install libeot-tools on Fedora 36

In this tutorial we learn how to install libeot-tools in Fedora 36. libeot-tools is Tools to transform EOT font files into other formats

Introduction

In this tutorial we learn how to install libeot-tools on Fedora 36.

What is libeot-tools

Tools to transform EOT font files into other formats. Only TTF is supported currently.

We can use yum or dnf to install libeot-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libeot-tools.

Install libeot-tools 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 libeot-tools using dnf by running the following command:

sudo dnf -y install libeot-tools

Install libeot-tools 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 libeot-tools using yum by running the following command:

sudo yum -y install libeot-tools

How To Uninstall libeot-tools on Fedora 36

To uninstall only the libeot-tools package we can use the following command:

sudo dnf remove libeot-tools

libeot-tools Package Contents on Fedora 36

/usr/bin/eot2ttf
/usr/lib/.build-id
/usr/lib/.build-id/45
/usr/lib/.build-id/45/18c13b77e435c8e37c0de681a13137d880e361

References

Summary

In this tutorial we learn how to install libeot-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).