How To Install texlive-authorindex on Fedora 36
Introduction
In this tutorial we learn how to install texlive-authorindex on Fedora 36.
What is texlive-authorindex
This package allows the user to create an index of all authors cited in a LaTeX document. Each author entry in the index contains the pages where these citations occur. Alternatively, the package can list the labels of the citations that appear in the references rather than the text pages. The package relies on BibTeX being used to handle citations. Additionally, it requires Perl (version 5 or higher).
We can use yum or dnf to install texlive-authorindex on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-authorindex.
Install texlive-authorindex 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-authorindex using dnf by running the following command:
sudo dnf -y install texlive-authorindex
Install texlive-authorindex 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-authorindex using yum by running the following command:
sudo yum -y install texlive-authorindex
How To Uninstall texlive-authorindex on Fedora 36
To uninstall only the texlive-authorindex package we can use the following command:
sudo dnf remove texlive-authorindex
texlive-authorindex Package Contents on Fedora 36
/usr/bin/authorindex
/usr/share/licenses/texlive-authorindex
/usr/share/licenses/texlive-authorindex/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/authorindex
/usr/share/texlive/texmf-dist/doc/latex/authorindex/COPYING
/usr/share/texlive/texmf-dist/doc/latex/authorindex/NEWS
/usr/share/texlive/texmf-dist/doc/latex/authorindex/README
/usr/share/texlive/texmf-dist/doc/latex/authorindex/authorindex.pdf
/usr/share/texlive/texmf-dist/doc/latex/authorindex/authorindex.tex
/usr/share/texlive/texmf-dist/scripts/authorindex
/usr/share/texlive/texmf-dist/scripts/authorindex/authorindex
/usr/share/texlive/texmf-dist/tex/latex/authorindex
/usr/share/texlive/texmf-dist/tex/latex/authorindex/authorindex.sty
References
Summary
In this tutorial we learn how to install texlive-authorindex on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).