How To Install libeot on Fedora 36

In this tutorial we learn how to install libeot in Fedora 36. libeot is A library for parsing Embedded OpenType font files

Introduction

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

What is libeot

libeot is a library for parsing Embedded OpenType files (Microsoft embedded font “standard”) and converting them to other formats.

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

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

sudo dnf -y install libeot

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

sudo yum -y install libeot

How To Uninstall libeot on Fedora 36

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

sudo dnf remove libeot

libeot Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/4d91898b7c9cb2915566d51ad3753153853b65
/usr/lib/libeot.so.0
/usr/lib/libeot.so.0.0.0
/usr/share/doc/libeot
/usr/share/doc/libeot/PATENTS
/usr/share/licenses/libeot
/usr/share/licenses/libeot/LICENSE

References

Summary

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


title: “How To Install libeot on Fedora 36” linkTitle: “libeot” type: “docs” description: “In this tutorial we learn how to install libeot in Fedora 36. libeot is A library for parsing Embedded OpenType font files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libeot-featured.png

Introduction

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

What is libeot

libeot is a library for parsing Embedded OpenType files (Microsoft embedded font “standard”) and converting them to other formats.

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

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

sudo dnf -y install libeot

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

sudo yum -y install libeot

How To Uninstall libeot on Fedora 36

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

sudo dnf remove libeot

libeot Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/b611ec081fea4418680c2f2e813ff5d2a3f06c
/usr/lib64/libeot.so.0
/usr/lib64/libeot.so.0.0.0
/usr/share/doc/libeot
/usr/share/doc/libeot/PATENTS
/usr/share/licenses/libeot
/usr/share/licenses/libeot/LICENSE

References

Summary

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