How to Install and Uninstall texlive-tokcycle.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "texlive-tokcycle.noarch" package

Please follow the steps below to install texlive-tokcycle.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install texlive-tokcycle.noarch

2. Uninstall "texlive-tokcycle.noarch" package

Please follow the steps below to uninstall texlive-tokcycle.noarch on Fedora 34:

$ sudo dnf remove texlive-tokcycle.noarch $ sudo dnf autoremove

3. Information about the texlive-tokcycle.noarch package on Fedora 34

Last metadata expiration check: 3:31:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-tokcycle
Epoch : 9
Version : svn53755
Release : 39.fc34
Architecture : noarch
Size : 299 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : The tokcycle package helps one to build tools to process tokens from an input stream, on a token-by-token basis
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : 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.