How To Install texlive-biblatex-trad on Fedora 36

In this tutorial we learn how to install texlive-biblatex-trad in Fedora 36. texlive-biblatex-trad is “Traditional” BibTeX styles with BibLaTeX

Introduction

In this tutorial we learn how to install texlive-biblatex-trad on Fedora 36.

What is texlive-biblatex-trad

The bundle provides implementations of the “traditional” BibTeX styles (plain, abbrev, unsrt and alpha) with BibLaTeX.

We can use yum or dnf to install texlive-biblatex-trad on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-biblatex-trad.

Install texlive-biblatex-trad 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-biblatex-trad using dnf by running the following command:

sudo dnf -y install texlive-biblatex-trad

Install texlive-biblatex-trad 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-biblatex-trad using yum by running the following command:

sudo yum -y install texlive-biblatex-trad

How To Uninstall texlive-biblatex-trad on Fedora 36

To uninstall only the texlive-biblatex-trad package we can use the following command:

sudo dnf remove texlive-biblatex-trad

texlive-biblatex-trad Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-trad
/usr/share/licenses/texlive-biblatex-trad/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-abbrv.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-alpha.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-alpha.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-plain.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-plain.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-standard.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-standard.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-trad/trad-unsrt.cbx

References

Summary

In this tutorial we learn how to install texlive-biblatex-trad on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).