How To Install texlive-wtref on Fedora 36
Introduction
In this tutorial we learn how to install texlive-wtref on Fedora 36.
What is texlive-wtref
This package extends the cross-reference system of LaTeX2e and introduces concepts of namespace and scope. It also allows users to customize reference formats. The package is part of the WT Series. Prerequisite packages
We can use yum or dnf to install texlive-wtref on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-wtref.
Install texlive-wtref 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-wtref using dnf by running the following command:
sudo dnf -y install texlive-wtref
Install texlive-wtref 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-wtref using yum by running the following command:
sudo yum -y install texlive-wtref
How To Uninstall texlive-wtref on Fedora 36
To uninstall only the texlive-wtref package we can use the following command:
sudo dnf remove texlive-wtref
texlive-wtref Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/doc/latex/wtref
/usr/share/texlive/texmf-dist/doc/latex/wtref/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/wtref/README.md
/usr/share/texlive/texmf-dist/doc/latex/wtref/wtref-ja.pdf
/usr/share/texlive/texmf-dist/doc/latex/wtref/wtref-ja.tex
/usr/share/texlive/texmf-dist/doc/latex/wtref/wtref.pdf
/usr/share/texlive/texmf-dist/doc/latex/wtref/wtref.tex
/usr/share/texlive/texmf-dist/tex/latex/wtref
/usr/share/texlive/texmf-dist/tex/latex/wtref/wtref.sty
References
Summary
In this tutorial we learn how to install texlive-wtref on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).