How To Install texlive-typeface on Fedora 36

In this tutorial we learn how to install texlive-typeface in Fedora 36. texlive-typeface is Select a balanced set of fonts

Introduction

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

What is texlive-typeface

The package provides the means of establishing a consistent set of fonts for use in a LaTeX document. It allows mixing and matching the Type 1 font sets available on the archive (and it may be extended, via its configuration file, to support other fonts). Font-set definition takes the form of a set of options that are read when the package is loaded category (main body font, sans-serif font, monospace font, mathematics fonts, text figures, and so on), a font or a transformation is given in those options. The approach enables the user to remember their own configurations (as a single command) and to borrow configurations that other users have developed. The present release is designated “for review”.

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

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

sudo dnf -y install texlive-typeface

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

sudo yum -y install texlive-typeface

How To Uninstall texlive-typeface on Fedora 36

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

sudo dnf remove texlive-typeface

texlive-typeface Package Contents on Fedora 36

/usr/share/licenses/texlive-typeface
/usr/share/licenses/texlive-typeface/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/typeface
/usr/share/texlive/texmf-dist/tex/latex/typeface/typeface.cfg
/usr/share/texlive/texmf-dist/tex/latex/typeface/typeface.sty

References

Summary

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