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

In this tutorial we learn how to install texlive-footmisc.noarch in Amazon Linux 2. texlive-footmisc.noarch is A range of footnote options

Introduction

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

What is texlive-footmisc.noarch

A collection of ways to change the typesetting of footnotes. The package provides means of changing the layout of the footnotes themselves (including setting them in ‘paragraphs’ – the para option), a way to number footnotes per page (the perpage option), to make footnotes disappear when an argument moves (stable option) and to deal with multiple references to footnotes from the same place (multiple option). The package also has a range of techniques for labelling footnotes with symbols rather than numbers. Some of the functions of the package are overlap with the functionality of other packages. The para option is also provided by the manyfoot and bigfoot packages, though those are both also portmanteau packages. (Don’t be seduced by fnpara, whose implementation is improved by the present package.) The perpage option is also offered by footnpag and by the rather more general-purpose perpage date

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

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

sudo yum -y install texlive-footmisc.noarch

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

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

sudo yum remove texlive-footmisc.noarch

texlive-footmisc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-footmisc-svn23330.5.5b
/usr/share/doc/texlive-footmisc-svn23330.5.5b/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/footmisc/footmisc.sty

References

Summary

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