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

In this tutorial we learn how to install texlive-ntgclass.noarch in Amazon Linux 2. texlive-ntgclass.noarch is “European” versions of standard classes

Introduction

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

What is texlive-ntgclass.noarch

Versions of the standard LaTeX article and report classes, rewritten to reflect a more European design, by the Dutch TeX Users Group NTG. date

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

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

sudo yum -y install texlive-ntgclass.noarch

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

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

sudo yum remove texlive-ntgclass.noarch

texlive-ntgclass.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-ntgclass-svn15878.0
/usr/share/doc/texlive-ntgclass-svn15878.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/a4.sty
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/artikel1.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/artikel2.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/artikel3.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/boek.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/boek3.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/brief.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/ntg10.clo
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/ntg11.clo
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/ntg12.clo
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/rapport1.cls
/usr/share/texlive/texmf-dist/tex/latex/ntgclass/rapport3.cls

References

Summary

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