How To Install texlive-footnotebackref on Fedora 36

In this tutorial we learn how to install texlive-footnotebackref in Fedora 36. texlive-footnotebackref is Back-references from footnotes

Introduction

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

What is texlive-footnotebackref

The package provides the means of creating hyperlinks, from a footnote at the bottom of the page, back to the occurence of the footnote in the main text.

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

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

sudo dnf -y install texlive-footnotebackref

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

sudo yum -y install texlive-footnotebackref

How To Uninstall texlive-footnotebackref on Fedora 36

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

sudo dnf remove texlive-footnotebackref

texlive-footnotebackref Package Contents on Fedora 36

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

References

Summary

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