How To Install texlive-cleveref on Fedora 36

In this tutorial we learn how to install texlive-cleveref in Fedora 36. texlive-cleveref is Intelligent cross-referencing

Introduction

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

What is texlive-cleveref

The package enhances LaTeX’s cross-referencing features, allowing the format of references to be determined automatically according to the type of reference. The formats used may be customised in the preamble of a document; babel support is available (though the choice of languages remains limited Italian, Norwegian, Russian, Spanish and Ukranian). The package also offers a means of referencing a list of references, each formatted according to its type. In such lists, it can collapse sequences of numerically-consecutive labels to a reference range.

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

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

sudo dnf -y install texlive-cleveref

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

sudo yum -y install texlive-cleveref

How To Uninstall texlive-cleveref on Fedora 36

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

sudo dnf remove texlive-cleveref

texlive-cleveref Package Contents on Fedora 36

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

References

Summary

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