How To Install texlive-notes2bib on Fedora 36

In this tutorial we learn how to install texlive-notes2bib in Fedora 36. texlive-notes2bib is Integrating notes into the bibliography

Introduction

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

What is texlive-notes2bib

The package defines a new type of note, bibnote, which will always be added to the bibliography. The package allows footnotes and endnotes to be moved into the bibliography in the same way. The package can be used with natbib and biblatex as well as plain LaTeX citations. Both sorted and unsorted bibliography styles are supported. The package uses the LaTeX 3 macros and the associated xpackages bundle. It also makes use of the e-TeX extensions (any post-2005 LaTeX distribution will provide these by default, but users of older systems may need to use an elatex command or equivalent). The package relies on LaTeX 3 support from the l3kernel and l3packages bundles.

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

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

sudo dnf -y install texlive-notes2bib

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

sudo yum -y install texlive-notes2bib

How To Uninstall texlive-notes2bib on Fedora 36

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

sudo dnf remove texlive-notes2bib

texlive-notes2bib Package Contents on Fedora 36

/usr/share/licenses/texlive-notes2bib
/usr/share/licenses/texlive-notes2bib/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/notes2bib
/usr/share/texlive/texmf-dist/tex/latex/notes2bib/notes2bib.sty

References

Summary

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