How To Install texlive-biblatex-sbl on Fedora 36

In this tutorial we learn how to install texlive-biblatex-sbl in Fedora 36. texlive-biblatex-sbl is Society of Biblical Literature (SBL) style files for BibLaTeX

Introduction

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

What is texlive-biblatex-sbl

The package provides BibLaTeX support for citations in the format specified by the second edition of the Society of Biblical Literature (SBL) Handbook of Style. All example notes and bibliography entries from the handbook are supported and shown in an example file. A style file for writing SBL student papers is also included.

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

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

sudo dnf -y install texlive-biblatex-sbl

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

sudo yum -y install texlive-biblatex-sbl

How To Uninstall texlive-biblatex-sbl on Fedora 36

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

sudo dnf remove texlive-biblatex-sbl

texlive-biblatex-sbl Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-sbl
/usr/share/licenses/texlive-biblatex-sbl/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/README.md
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.pdf
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-examples.tex
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.pdf
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-ibid.tex
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.bib
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.tex
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.pdf
/usr/share/texlive/texmf-dist/doc/latex/biblatex-sbl/sbl-paper.tex
/usr/share/texlive/texmf-dist/makeindex/biblatex-sbl
/usr/share/texlive/texmf-dist/makeindex/biblatex-sbl/sbl-paper-bibleref.ist
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/american-sbl.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/english-sbl.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/german-sbl.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/sbl.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/sbl.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/sbl.dbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-sbl/spanish-sbl.lbx

References

Summary

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