How to Install and Uninstall texlive-chklref.noarch Package on Fedora 35

Last updated: October 03,2024

1. Install "texlive-chklref.noarch" package

In this section, we are going to explain the necessary steps to install texlive-chklref.noarch on Fedora 35

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

2. Uninstall "texlive-chklref.noarch" package

Please follow the steps below to uninstall texlive-chklref.noarch on Fedora 35:

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

3. Information about the texlive-chklref.noarch package on Fedora 35

Last metadata expiration check: 0:05:47 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : texlive-chklref
Epoch : 9
Version : 20210325
Release : 44.fc35
Architecture : noarch
Size : 316 k
Source : texlive-base-20210325-44.fc35.src.rpm
Repository : updates
Summary : Check for problems with labels in LaTeX
URL : http://tug.org/texlive/
License : GPLv3
Description : It is quite common that after modifying a TeX file, many unused
: labels remain in it. The purpose of chklref is to automatically
: find these useless labels. It also looks for "non starred"
: mathematical environments with no labels and advises the user
: to use a starred version instead.