How To Install texlive-fancyref.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-fancyref.noarch in Amazon Linux 2. texlive-fancyref.noarch is A LaTeX package for fancy cross-referencing

Introduction

In this tutorial we learn how to install texlive-fancyref.noarch on Amazon Linux 2.

What is texlive-fancyref.noarch

Provides fancy cross-referencing support, based on the package’s reference commands (\fref and \Fref) that recognise what sort of object is being referenced. So, for example, the label for a \section would be expected to be of the form ‘sec date

We can use yum to install texlive-fancyref.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-fancyref.noarch.

Install texlive-fancyref.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-fancyref.noarch using yum by running the following command:

sudo yum -y install texlive-fancyref.noarch

How To Uninstall texlive-fancyref.noarch on Amazon Linux 2

To uninstall only the texlive-fancyref.noarch package we can use the following command:

sudo yum remove texlive-fancyref.noarch

texlive-fancyref.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-fancyref-svn15878.0.9c
/usr/share/doc/texlive-fancyref-svn15878.0.9c/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/fancyref/fancyref.sty

References

Summary

In this tutorial we learn how to install texlive-fancyref.noarch on Amazon Linux 2 using yum.