How To Install texlive-lexend on Fedora 36

In this tutorial we learn how to install texlive-lexend in Fedora 36. texlive-lexend is The Lexend fonts for XeLaTeX and LuaLaTeX through fontspec

Introduction

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

What is texlive-lexend

The purpose of this package is pretty straight forward Lexend font collection has been designed by Dr. Bonnie Shaver-Troup and Thomas Jockin to make reading easier for everyone. Now my goal is it to bring this wonderful collection to world of LaTeX.

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

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

sudo dnf -y install texlive-lexend

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

sudo yum -y install texlive-lexend

How To Uninstall texlive-lexend on Fedora 36

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

sudo dnf remove texlive-lexend

texlive-lexend Package Contents on Fedora 36

/usr/share/licenses/texlive-lexend
/usr/share/licenses/texlive-lexend/lppl1.3c.txt
/usr/share/licenses/texlive-lexend/ofl.txt
/usr/share/texlive/texmf-dist/doc/fonts/lexend
/usr/share/texlive/texmf-dist/doc/fonts/lexend/LICENSE
/usr/share/texlive/texmf-dist/doc/fonts/lexend/README.md
/usr/share/texlive/texmf-dist/doc/fonts/lexend/lexend.pdf
/usr/share/texlive/texmf-dist/doc/fonts/lexend/lexend.tex
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendDeca-Regular.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendExa-Regular.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendGiga-Regular.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendMega-Regular.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendPeta-Regular.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendTera-Regular.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/public/lexend/LexendZetta-Regular.ttf
/usr/share/texlive/texmf-dist/tex/latex/lexend
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendDeca.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendExa.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendGiga.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendMega.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendPeta.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendTera.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/LexendZetta.fontspec
/usr/share/texlive/texmf-dist/tex/latex/lexend/lexend.sty

References

Summary

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