How To Install texlive-tokcycle on Fedora 36

In this tutorial we learn how to install texlive-tokcycle in Fedora 36. texlive-tokcycle is Build tools to process tokens from an input stream

Introduction

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

What is texlive-tokcycle

The tokcycle package helps one to build tools to process tokens from an input stream. If a macro to process an arbitrary single token can be built, then tokcycle can provide a wrapper for cycling through an input stream (including macros, spaces, and groups) on a token-by-token basis, using the provided macro on each successive character. tokcycle characterizes each successive token in the input stream as a Character, a Group, a Macro, or a Space. Each of these token categories are processed with a unique directive, to bring about the desired effect of the token cycle. If condition flags are provided to identify active, implicit, and catcode-6 tokens as they are digested. The package provides a number of options for handling groups.

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

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

sudo dnf -y install texlive-tokcycle

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

sudo yum -y install texlive-tokcycle

How To Uninstall texlive-tokcycle on Fedora 36

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

sudo dnf remove texlive-tokcycle

texlive-tokcycle Package Contents on Fedora 36

/usr/share/licenses/texlive-tokcycle
/usr/share/licenses/texlive-tokcycle/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/generic/tokcycle
/usr/share/texlive/texmf-dist/doc/generic/tokcycle/README
/usr/share/texlive/texmf-dist/doc/generic/tokcycle/tokcycle-doc.pdf
/usr/share/texlive/texmf-dist/doc/generic/tokcycle/tokcycle-doc.tex
/usr/share/texlive/texmf-dist/doc/generic/tokcycle/tokcycle-examples.pdf
/usr/share/texlive/texmf-dist/doc/generic/tokcycle/tokcycle-examples.tex
/usr/share/texlive/texmf-dist/tex/generic/tokcycle
/usr/share/texlive/texmf-dist/tex/generic/tokcycle/tokcycle.sty
/usr/share/texlive/texmf-dist/tex/generic/tokcycle/tokcycle.tex

References

Summary

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