How To Install texlive-catcodes on Fedora 36

In this tutorial we learn how to install texlive-catcodes in Fedora 36. texlive-catcodes is Generic handling of TeX category codes

Introduction

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

What is texlive-catcodes

The bundle deals with category code switching; the packages of the bundle should work with any TeX format (with the support of the plainpkg package). The bundle provides supports stacks that control the use of different catcodes; actcodes.sty, which deals with active characters; and catchdq.sty, which provides a simple quotation character control mechanism.

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

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

sudo dnf -y install texlive-catcodes

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

sudo yum -y install texlive-catcodes

How To Uninstall texlive-catcodes on Fedora 36

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

sudo dnf remove texlive-catcodes

texlive-catcodes Package Contents on Fedora 36

/usr/share/licenses/texlive-catcodes
/usr/share/licenses/texlive-catcodes/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/generic/catcodes
/usr/share/texlive/texmf-dist/tex/generic/catcodes/actcodes.sty
/usr/share/texlive/texmf-dist/tex/generic/catcodes/catchdq.sty
/usr/share/texlive/texmf-dist/tex/generic/catcodes/catcodes.RLS
/usr/share/texlive/texmf-dist/tex/generic/catcodes/stacklet.sty

References

Summary

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