How To Install texlive-chextras on Fedora 36

In this tutorial we learn how to install texlive-chextras in Fedora 36. texlive-chextras is A companion package for the Swiss typesetter

Introduction

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

What is texlive-chextras

The package simplifies the preparation of Swiss documents and letters by setting up linguistic and common packages. While it is a useful addition to the chletter document class, it is not tied to it and may be used as a general purpose package.

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

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

sudo dnf -y install texlive-chextras

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

sudo yum -y install texlive-chextras

How To Uninstall texlive-chextras on Fedora 36

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

sudo dnf remove texlive-chextras

texlive-chextras Package Contents on Fedora 36

/usr/share/licenses/texlive-chextras
/usr/share/licenses/texlive-chextras/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/chextras
/usr/share/texlive/texmf-dist/tex/latex/chextras/chextras.sty
/usr/share/texlive/texmf-dist/tex/latex/chextras/eu1lmros.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/eu1lmssos.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/eu1lmttos.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/eu1lmvttos.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/t1lmros.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/t1lmssos.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/t1lmttos.fd
/usr/share/texlive/texmf-dist/tex/latex/chextras/t1lmvttos.fd

References

Summary

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