How To Install t1lib-apps on Fedora 36

In this tutorial we learn how to install t1lib-apps in Fedora 36. t1lib-apps is t1lib demo applications

Introduction

In this tutorial we learn how to install t1lib-apps on Fedora 36.

What is t1lib-apps

Sample applications using t1lib

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

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

sudo dnf -y install t1lib-apps

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

sudo yum -y install t1lib-apps

How To Uninstall t1lib-apps on Fedora 36

To uninstall only the t1lib-apps package we can use the following command:

sudo dnf remove t1lib-apps

t1lib-apps Package Contents on Fedora 36

/usr/bin/type1afm
/usr/bin/xglyph
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/026e8aaf13ec9df70054105f0aa963fad63207
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/1b26cb32241cbedaa4a3bb5184306e0a7bec07
/usr/share/man/man1/type1afm.1.gz
/usr/share/man/man1/xglyph.1.gz

References

Summary

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