How To Install texlive-charissil on Fedora 36

In this tutorial we learn how to install texlive-charissil in Fedora 36. texlive-charissil is CharisSIL fonts with support for XeLaTeX or LuaLaTeX

Introduction

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

What is texlive-charissil

This package provides the CharisSIL family of fonts adapted by SIL International from Bitstream Charter in TrueType format, with support for XeLaTeX or LuaLaTeX.

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

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

sudo dnf -y install texlive-charissil

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

sudo yum -y install texlive-charissil

How To Uninstall texlive-charissil on Fedora 36

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

sudo dnf remove texlive-charissil

texlive-charissil Package Contents on Fedora 36

/usr/share/licenses/texlive-charissil
/usr/share/licenses/texlive-charissil/lppl.txt
/usr/share/licenses/texlive-charissil/ofl.txt
/usr/share/texlive/texmf-dist/doc/fonts/charissil
/usr/share/texlive/texmf-dist/doc/fonts/charissil/CharisSIL-features.pdf
/usr/share/texlive/texmf-dist/doc/fonts/charissil/CharisSIL-samples.pdf
/usr/share/texlive/texmf-dist/doc/fonts/charissil/CharisSIL-samples.tex
/usr/share/texlive/texmf-dist/doc/fonts/charissil/FONTLOG.txt
/usr/share/texlive/texmf-dist/doc/fonts/charissil/OFL.txt
/usr/share/texlive/texmf-dist/doc/fonts/charissil/README
/usr/share/texlive/texmf-dist/fonts/truetype/SIL/charissil
/usr/share/texlive/texmf-dist/fonts/truetype/SIL/charissil/CharisSIL-B.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/SIL/charissil/CharisSIL-BI.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/SIL/charissil/CharisSIL-I.ttf
/usr/share/texlive/texmf-dist/fonts/truetype/SIL/charissil/CharisSIL-R.ttf
/usr/share/texlive/texmf-dist/tex/latex/charissil
/usr/share/texlive/texmf-dist/tex/latex/charissil/CharisSIL.sty

References

Summary

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