How To Install texlive-firamath on Fedora 36

In this tutorial we learn how to install texlive-firamath in Fedora 36. texlive-firamath is Fira sans serif font with Unicode math support

Introduction

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

What is texlive-firamath

Fira Math is a sans-serif font with Unicode math support. The design of this font is based on Fira Sans and FiraGO. Fira Math is distributed in OpenType format and can be used with the unicode-math package under XeLaTeX or LuaLaTeX. More support is offered by the firamath-otf package.

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

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

sudo dnf -y install texlive-firamath

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

sudo yum -y install texlive-firamath

How To Uninstall texlive-firamath on Fedora 36

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

sudo dnf remove texlive-firamath

texlive-firamath Package Contents on Fedora 36

/usr/share/appdata/firamath.metainfo.xml
/usr/share/fonts/firamath
/usr/share/licenses/texlive-firamath
/usr/share/licenses/texlive-firamath/ofl.txt
/usr/share/texlive/texmf-dist/doc/fonts/firamath
/usr/share/texlive/texmf-dist/doc/fonts/firamath/README.md
/usr/share/texlive/texmf-dist/doc/fonts/firamath/firamath-demo.pdf
/usr/share/texlive/texmf-dist/doc/fonts/firamath/firamath-demo.tex
/usr/share/texlive/texmf-dist/doc/fonts/firamath/firamath-glyph-list.tex
/usr/share/texlive/texmf-dist/doc/fonts/firamath/firamath-specimen.pdf
/usr/share/texlive/texmf-dist/doc/fonts/firamath/firamath-specimen.tex
/usr/share/texlive/texmf-dist/fonts/opentype/public/firamath
/usr/share/texlive/texmf-dist/fonts/opentype/public/firamath/FiraMath-Regular.otf

References

Summary

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