How To Install texlive-erewhon-math on Fedora 36

In this tutorial we learn how to install texlive-erewhon-math in Fedora 36. texlive-erewhon-math is Utopia based OpenType Math font

Introduction

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

What is texlive-erewhon-math

Erewhon Math is an OpenType math font meant to be used together with Erewhon text fonts in LuaLaTeX or XeLaTeX documents. Like Fourier-GUTenberg, it is Utopia based and has been designed as a replacement of Fourier-GUTenberg for Unicode engines.

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

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

sudo dnf -y install texlive-erewhon-math

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

sudo yum -y install texlive-erewhon-math

How To Uninstall texlive-erewhon-math on Fedora 36

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

sudo dnf remove texlive-erewhon-math

texlive-erewhon-math Package Contents on Fedora 36

/usr/share/appdata/erewhon-math.metainfo.xml
/usr/share/fonts/erewhon-math
/usr/share/licenses/texlive-erewhon-math
/usr/share/licenses/texlive-erewhon-math/lppl1.3.txt
/usr/share/licenses/texlive-erewhon-math/ofl.txt
/usr/share/texlive/texmf-dist/doc/fonts/erewhon-math
/usr/share/texlive/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.ltx
/usr/share/texlive/texmf-dist/doc/fonts/erewhon-math/Erewhon-Math.pdf
/usr/share/texlive/texmf-dist/doc/fonts/erewhon-math/README.md
/usr/share/texlive/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.ltx
/usr/share/texlive/texmf-dist/doc/fonts/erewhon-math/unimath-erewhon.pdf
/usr/share/texlive/texmf-dist/fonts/opentype/public/erewhon-math
/usr/share/texlive/texmf-dist/fonts/opentype/public/erewhon-math/Erewhon-Math.otf
/usr/share/texlive/texmf-dist/tex/latex/erewhon-math
/usr/share/texlive/texmf-dist/tex/latex/erewhon-math/fourier-otf.sty

References

Summary

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