How To Install texlive-tocbibind on Fedora 36
Introduction
In this tutorial we learn how to install texlive-tocbibind on Fedora 36.
What is texlive-tocbibind
Automatically adds the bibliography and/or the index and/or the contents, etc., to the Table of Contents listing.
We can use yum or dnf to install texlive-tocbibind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tocbibind.
Install texlive-tocbibind 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-tocbibind using dnf by running the following command:
sudo dnf -y install texlive-tocbibind
Install texlive-tocbibind 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-tocbibind using yum by running the following command:
sudo yum -y install texlive-tocbibind
How To Uninstall texlive-tocbibind on Fedora 36
To uninstall only the texlive-tocbibind package we can use the following command:
sudo dnf remove texlive-tocbibind
texlive-tocbibind Package Contents on Fedora 36
/usr/share/licenses/texlive-tocbibind
/usr/share/licenses/texlive-tocbibind/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/tocbibind
/usr/share/texlive/texmf-dist/tex/latex/tocbibind/tocbibind.sty
References
Summary
In this tutorial we learn how to install texlive-tocbibind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).