How To Install texlive-seealso on Fedora 36

In this tutorial we learn how to install texlive-seealso in Fedora 36. texlive-seealso is Improve the performance of \see macros with makeindex

Introduction

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

What is texlive-seealso

The package amends the \see and \seealso macros that are used in building indexes with makeindex, to deal with repetitions, and to ensure page numbers are present in the actual index entries. on these indirecty

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

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

sudo dnf -y install texlive-seealso

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

sudo yum -y install texlive-seealso

How To Uninstall texlive-seealso on Fedora 36

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

sudo dnf remove texlive-seealso

texlive-seealso Package Contents on Fedora 36

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

References

Summary

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