How To Install texlive-bibleref on Fedora 36

In this tutorial we learn how to install texlive-bibleref in Fedora 36. texlive-bibleref is Format bible citations

Introduction

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

What is texlive-bibleref

The bibleref package offers consistent formatting of references to parts of the Christian bible, in a number of well-defined formats. It depends on ifthen, fmtcount, and amsgen.

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

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

sudo dnf -y install texlive-bibleref

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

sudo yum -y install texlive-bibleref

How To Uninstall texlive-bibleref on Fedora 36

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

sudo dnf remove texlive-bibleref

texlive-bibleref Package Contents on Fedora 36

/usr/share/licenses/texlive-bibleref
/usr/share/licenses/texlive-bibleref/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/bibleref
/usr/share/texlive/texmf-dist/tex/latex/bibleref/bibleref-xidx.sty
/usr/share/texlive/texmf-dist/tex/latex/bibleref/bibleref.sty

References

Summary

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