How To Install texlive-ccool on Fedora 36

In this tutorial we learn how to install texlive-ccool in Fedora 36. texlive-ccool is Encoding notational conventions

Introduction

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

What is texlive-ccool

This package provides a key-value interface, \Ccool, on top of xparse’s document command parser. Global options control input processing and its expansion. By default, they are set to meet likely requirements, depending on context language, and which of text and math mode is active. These options can be overridden inline. This versality could find its use, for example, to encode notational conventions (such as \Real - \mathbb{R}) at the point where they are introduced in the document (“Let R denote real numbers”). Polymorphic commands can be generated by parameterizing the keys (for instance, one parameter value for style, another for a property). User input to \Ccool can optionally be serialized. This can useful for typesetting documents sharing the same notation.

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

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

sudo dnf -y install texlive-ccool

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

sudo yum -y install texlive-ccool

How To Uninstall texlive-ccool on Fedora 36

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

sudo dnf remove texlive-ccool

texlive-ccool Package Contents on Fedora 36

/usr/share/licenses/texlive-ccool
/usr/share/licenses/texlive-ccool/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/ccool
/usr/share/texlive/texmf-dist/doc/latex/ccool/README.md
/usr/share/texlive/texmf-dist/doc/latex/ccool/ccool-1343e33-8ca.tex
/usr/share/texlive/texmf-dist/doc/latex/ccool/ccool.pdf
/usr/share/texlive/texmf-dist/tex/latex/ccool
/usr/share/texlive/texmf-dist/tex/latex/ccool/ccool.sty

References

Summary

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