How To Install texlive-yfonts-t1 on Fedora 36

In this tutorial we learn how to install texlive-yfonts-t1 in Fedora 36. texlive-yfonts-t1 is Old German-style fonts, in Adobe type 1 format

Introduction

In this tutorial we learn how to install texlive-yfonts-t1 on Fedora 36.

What is texlive-yfonts-t1

This package comprises type 1 versions of the Gothic, Schwabacher and Fraktur fonts of Yannis Haralambous’ set of old German fonts.

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

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

sudo dnf -y install texlive-yfonts-t1

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

sudo yum -y install texlive-yfonts-t1

How To Uninstall texlive-yfonts-t1 on Fedora 36

To uninstall only the texlive-yfonts-t1 package we can use the following command:

sudo dnf remove texlive-yfonts-t1

texlive-yfonts-t1 Package Contents on Fedora 36

/usr/share/licenses/texlive-yfonts-t1
/usr/share/licenses/texlive-yfonts-t1/lppl1.txt
/usr/share/licenses/texlive-yfonts-t1/yfonts-t1-license-email.pdf
/usr/share/texlive/texmf-dist/dvips/yfonts-t1
/usr/share/texlive/texmf-dist/dvips/yfonts-t1/config.yfrak
/usr/share/texlive/texmf-dist/fonts/afm/public/yfonts-t1
/usr/share/texlive/texmf-dist/fonts/afm/public/yfonts-t1/yfrak.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/yfonts-t1/ygoth.afm
/usr/share/texlive/texmf-dist/fonts/afm/public/yfonts-t1/yswab.afm
/usr/share/texlive/texmf-dist/fonts/map/dvips/yfonts-t1
/usr/share/texlive/texmf-dist/fonts/map/dvips/yfonts-t1/yfrak.map
/usr/share/texlive/texmf-dist/fonts/type1/public/yfonts-t1
/usr/share/texlive/texmf-dist/fonts/type1/public/yfonts-t1/yfrak.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/yfonts-t1/ygoth.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/yfonts-t1/yswab.pfb

References

Summary

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