How To Install texlive-bibleref-doc on Fedora 36

In this tutorial we learn how to install texlive-bibleref-doc in Fedora 36. texlive-bibleref-doc is Documentation for bibleref

Introduction

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

What is texlive-bibleref-doc

Documentation for bibleref

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

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

sudo dnf -y install texlive-bibleref-doc

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

sudo yum -y install texlive-bibleref-doc

How To Uninstall texlive-bibleref-doc on Fedora 36

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

sudo dnf remove texlive-bibleref-doc

texlive-bibleref-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-bibleref-doc
/usr/share/licenses/texlive-bibleref-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/bibleref
/usr/share/texlive/texmf-dist/doc/latex/bibleref/CHANGES
/usr/share/texlive/texmf-dist/doc/latex/bibleref/README
/usr/share/texlive/texmf-dist/doc/latex/bibleref/bibleref.pdf
/usr/share/texlive/texmf-dist/doc/latex/bibleref/makefile
/usr/share/texlive/texmf-dist/doc/latex/bibleref/sample.ist
/usr/share/texlive/texmf-dist/doc/latex/bibleref/samples
/usr/share/texlive/texmf-dist/doc/latex/bibleref/samples/sample-categories.pdf
/usr/share/texlive/texmf-dist/doc/latex/bibleref/samples/sample-indextools.pdf
/usr/share/texlive/texmf-dist/doc/latex/bibleref/samples/sample-xidx.pdf
/usr/share/texlive/texmf-dist/doc/latex/bibleref/samples/sample.pdf

References

Summary

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