How To Install texlive-robustindex on Fedora 36

In this tutorial we learn how to install texlive-robustindex in Fedora 36. texlive-robustindex is Create index with pagerefs

Introduction

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

What is texlive-robustindex

Third parties often change the page numbers without rerunning makeindex. One would like to make the page numbers in the index entries more robust. This bundle provides robustindex.sty and robustglossary.sty, which use the \pageref mechanism to maintain correct page numbers

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

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

sudo dnf -y install texlive-robustindex

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

sudo yum -y install texlive-robustindex

How To Uninstall texlive-robustindex on Fedora 36

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

sudo dnf remove texlive-robustindex

texlive-robustindex Package Contents on Fedora 36

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

References

Summary

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