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

Last updated: October 05,2024

1. Install "texlive-catoptions.noarch" package

This tutorial shows how to install texlive-catoptions.noarch on Fedora 34

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

2. Uninstall "texlive-catoptions.noarch" package

This tutorial shows how to uninstall texlive-catoptions.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:04:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : texlive-catoptions
Epoch : 9
Version : svn35069.0.2.7h
Release : 39.fc34
Architecture : noarch
Size : 56 k
Source : texlive-2020-39.fc34.src.rpm
Repository : updates
Summary : Preserving and recalling standard catcodes
URL : http://tug.org/texlive/
License : LPPL 1.3
Description : 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.