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

In this tutorial we learn how to install texlive-mfnfss.noarch in Amazon Linux 2. texlive-mfnfss.noarch is Packages to typeset oldgerman and pandora fonts in LaTeX

Introduction

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

What is texlive-mfnfss.noarch

This bundle contains two packages typeset with old german fonts designed by Yannis Haralambous. - pandora, a package to typeset with Pandora fonts designed by Neena Billawala. Note that support for the Pandora fonts is also available via the pandora-latex package. date

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

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

sudo yum -y install texlive-mfnfss.noarch

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

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

sudo yum remove texlive-mfnfss.noarch

texlive-mfnfss.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-mfnfss-svn19410.0
/usr/share/doc/texlive-mfnfss-svn19410.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/oldgerm.sty
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/ot1panr.fd
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/ot1pss.fd
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/pandora.sty
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/uyfrak.fd
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/uygoth.fd
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/uyinit.fd
/usr/share/texlive/texmf-dist/tex/latex/mfnfss/uyswab.fd

References

Summary

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