How To Install texlive-memoir.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-memoir.noarch on Amazon Linux 2.
What is texlive-memoir.noarch
The memoir class is for typesetting poetry, fiction, non- fiction, and mathematical works. Permissible document ‘base’ font sizes range from 9 to 60pt. There is a range of page- styles and well over a dozen chapter-styles to choose from, as well as methods for specifying your own layouts and designs. The class also provides the functionality of over thirty of the more popular packages, thus simplifying document sources. The class automatically loads an associated patch file mempatch; the patch file may be updated from time to time, between releases of the class itself. (The patch file stays around even when there are no extant patches.) Users who wish to use the hyperref package, in a document written with the memoir class, should also use the memhfixc package (part of this bundle). Note, however, that current versions of hyperref actually load the package automatically if they detect that they are running under memoir. date
We can use yum to install texlive-memoir.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-memoir.noarch.
Install texlive-memoir.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-memoir.noarch using yum by running the following command:
sudo yum -y install texlive-memoir.noarch
How To Uninstall texlive-memoir.noarch on Amazon Linux 2
To uninstall only the texlive-memoir.noarch package we can use the following command:
sudo yum remove texlive-memoir.noarch
texlive-memoir.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-memoir-svn21638.3.6j_patch_6.0g
/usr/share/doc/texlive-memoir-svn21638.3.6j_patch_6.0g/lppl1.txt
/usr/share/texlive/texmf-dist/makeindex/memoir/basic.gst
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem10.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem11.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem12.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem14.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem17.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem20.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem25.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem30.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem36.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem48.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem60.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/mem9.clo
/usr/share/texlive/texmf-dist/tex/latex/memoir/memhfixc.sty
/usr/share/texlive/texmf-dist/tex/latex/memoir/memoir.cls
/usr/share/texlive/texmf-dist/tex/latex/memoir/mempatch.sty
References
Summary
In this tutorial we learn how to install texlive-memoir.noarch on Amazon Linux 2 using yum.