How To Install texlive-chbibref on Fedora 36
Introduction
In this tutorial we learn how to install texlive-chbibref on Fedora 36.
What is texlive-chbibref
Defines a single command, \setbibref, which sets whichever of \bibname and \refname is in use. (\bibname is used in book.cls and report.cls, and \refname is used in article.cls.)
We can use yum or dnf to install texlive-chbibref on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-chbibref.
Install texlive-chbibref 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-chbibref using dnf by running the following command:
sudo dnf -y install texlive-chbibref
Install texlive-chbibref 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-chbibref using yum by running the following command:
sudo yum -y install texlive-chbibref
How To Uninstall texlive-chbibref on Fedora 36
To uninstall only the texlive-chbibref package we can use the following command:
sudo dnf remove texlive-chbibref
texlive-chbibref Package Contents on Fedora 36
/usr/share/licenses/texlive-chbibref
/usr/share/licenses/texlive-chbibref/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/chbibref
/usr/share/texlive/texmf-dist/tex/latex/chbibref/chbibref.sty
References
Summary
In this tutorial we learn how to install texlive-chbibref on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).