How To Install texlive-refcheck on Fedora 36
Introduction
In this tutorial we learn how to install texlive-refcheck on Fedora 36.
What is texlive-refcheck
The package checks references in a document, looking for numbered but unlabelled equations, for labels which are not used in the text, for unused bibliography references. It can also display label names in text near corresponding numbers of equations and/or bibliography references.
We can use yum or dnf to install texlive-refcheck on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-refcheck.
Install texlive-refcheck 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-refcheck using dnf by running the following command:
sudo dnf -y install texlive-refcheck
Install texlive-refcheck 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-refcheck using yum by running the following command:
sudo yum -y install texlive-refcheck
How To Uninstall texlive-refcheck on Fedora 36
To uninstall only the texlive-refcheck package we can use the following command:
sudo dnf remove texlive-refcheck
texlive-refcheck Package Contents on Fedora 36
/usr/share/licenses/texlive-refcheck
/usr/share/licenses/texlive-refcheck/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/refcheck
/usr/share/texlive/texmf-dist/tex/latex/refcheck/refcheck.sty
References
Summary
In this tutorial we learn how to install texlive-refcheck on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).