How To Install texlive-appendix.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-appendix.noarch on Amazon Linux 2.
What is texlive-appendix.noarch
The appendix package provides various ways of formatting the titles of appendices. Also (sub)appendices environments are provided that can be used, for example, for per chapter/section appendices. The word
Appendix' or similar can be prepended to the appendix number for article class documents. The wordAppendices’ or similar can be added to the table of contents before the appendices are listed. The word `Appendices’ or similar can be typeset as a \part-like heading (page) in the body. An appendices environment is provided which can be used instead of the \appendix command. date
We can use yum to install texlive-appendix.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-appendix.noarch.
Install texlive-appendix.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-appendix.noarch using yum by running the following command:
sudo yum -y install texlive-appendix.noarch
How To Uninstall texlive-appendix.noarch on Amazon Linux 2
To uninstall only the texlive-appendix.noarch package we can use the following command:
sudo yum remove texlive-appendix.noarch
texlive-appendix.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-appendix-svn15878.1.2b
/usr/share/doc/texlive-appendix-svn15878.1.2b/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/appendix/appendix.sty
References
Summary
In this tutorial we learn how to install texlive-appendix.noarch on Amazon Linux 2 using yum.