How to Install and Uninstall texlive-refcount.noarch Package on CentOS Stream 9

Last updated: November 26,2024

1. Install "texlive-refcount.noarch" package

Here is a brief guide to show you how to install texlive-refcount.noarch on CentOS Stream 9

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

2. Uninstall "texlive-refcount.noarch" package

Please follow the instructions below to uninstall texlive-refcount.noarch on CentOS Stream 9:

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

3. Information about the texlive-refcount.noarch package on CentOS Stream 9

Last metadata expiration check: 0:40:13 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : texlive-refcount
Epoch : 9
Version : 20200406
Release : 26.el9
Architecture : noarch
Size : 327 k
Source : texlive-20200406-26.el9.src.rpm
Repository : appstream
Summary : Counter operations with label references
URL : http://tug.org/texlive/
License : LPPL
Description : Provides commands \setcounterref and \addtocounterref which use
: the section (or whatever) number from the reference as the
: value to put into the counter, as in: ...\label{sec:foo} ...
: \setcounterref{foonum}{sec:foo} Commands \setcounterpageref and
: \addtocounterpageref do the corresponding thing with the page
: reference of the label. No .ins file is distributed; process
: the .dtx with plain TeX to create one.