How To Install texlive-listbib on Fedora 36

In this tutorial we learn how to install texlive-listbib in Fedora 36. texlive-listbib is Lists contents of BibTeX files

Introduction

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

What is texlive-listbib

Generates listings of bibliographic data bases in BibTeX format – for example for archival purposes. Included is a listbib.bst which is better suited for this purpose than the standard styles.

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

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

sudo dnf -y install texlive-listbib

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

sudo yum -y install texlive-listbib

How To Uninstall texlive-listbib on Fedora 36

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

sudo dnf remove texlive-listbib

texlive-listbib Package Contents on Fedora 36

/usr/bin/listbib
/usr/share/licenses/texlive-listbib
/usr/share/licenses/texlive-listbib/gpl.txt
/usr/share/texlive/texmf-dist/bibtex/bst/listbib
/usr/share/texlive/texmf-dist/bibtex/bst/listbib/listbib.bst
/usr/share/texlive/texmf-dist/doc/latex/listbib
/usr/share/texlive/texmf-dist/doc/latex/listbib/listbib-doc.pdf
/usr/share/texlive/texmf-dist/scripts/listbib
/usr/share/texlive/texmf-dist/scripts/listbib/listbib
/usr/share/texlive/texmf-dist/tex/latex/listbib
/usr/share/texlive/texmf-dist/tex/latex/listbib/listbib.cfg
/usr/share/texlive/texmf-dist/tex/latex/listbib/listbib.sty
/usr/share/texlive/texmf-dist/tex/latex/listbib/listbib.tex

References

Summary

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