How To Install texlive-catoptions on Fedora 36

In this tutorial we learn how to install texlive-catoptions in Fedora 36. texlive-catoptions is Preserving and recalling standard catcodes

Introduction

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

What is texlive-catoptions

The package changes package loading internals so that all subsequently loaded packages can rely on normal/standard catcodes of all ASCII characters. The package defines canonical control sequences to represent all the visible ASCII characters. It also provides robust option parsing mechanisms (XDeclareOption, XExecuteOptions and XProcessOptions, which will be used by \documentclass if the package has already been loaded). The package also provides a range of other TeX programming tools.

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

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

sudo dnf -y install texlive-catoptions

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

sudo yum -y install texlive-catoptions

How To Uninstall texlive-catoptions on Fedora 36

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

sudo dnf remove texlive-catoptions

texlive-catoptions Package Contents on Fedora 36

/usr/share/licenses/texlive-catoptions
/usr/share/licenses/texlive-catoptions/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/catoptions
/usr/share/texlive/texmf-dist/tex/latex/catoptions/catoptions-guide.cfg
/usr/share/texlive/texmf-dist/tex/latex/catoptions/catoptions.sty

References

Summary

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