How To Install texlive-multibibliography on Fedora 36
Introduction
In this tutorial we learn how to install texlive-multibibliography on Fedora 36.
What is texlive-multibibliography
Conventional standards for bibliography styles impose a forced choice between index and name/year citations, and corresponding references. The package avoids this choice, by providing alphabetic, sequenced, and even chronological orderings of references. Inline citations, that integrate these heterogeneous styles, are also supported (and work with other bibliography packages).
We can use yum or dnf to install texlive-multibibliography on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-multibibliography.
Install texlive-multibibliography 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-multibibliography using dnf by running the following command:
sudo dnf -y install texlive-multibibliography
Install texlive-multibibliography 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-multibibliography using yum by running the following command:
sudo yum -y install texlive-multibibliography
How To Uninstall texlive-multibibliography on Fedora 36
To uninstall only the texlive-multibibliography package we can use the following command:
sudo dnf remove texlive-multibibliography
texlive-multibibliography Package Contents on Fedora 36
/usr/bin/multibibliography
/usr/share/licenses/texlive-multibibliography
/usr/share/licenses/texlive-multibibliography/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bst/multibibliography
/usr/share/texlive/texmf-dist/bibtex/bst/multibibliography/chronological.bst
/usr/share/texlive/texmf-dist/doc/latex/multibibliography
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/Makefile
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/README
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/figure.pdf
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/multibibliography.bib
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/multibibliography.pdf
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/tug-paper.pdf
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/tug-paper.tex
/usr/share/texlive/texmf-dist/doc/latex/multibibliography/type.bib
/usr/share/texlive/texmf-dist/scripts/multibibliography
/usr/share/texlive/texmf-dist/scripts/multibibliography/multibibliography.pl
/usr/share/texlive/texmf-dist/tex/latex/multibibliography
/usr/share/texlive/texmf-dist/tex/latex/multibibliography/multibibliography.sty
References
Summary
In this tutorial we learn how to install texlive-multibibliography on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).