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

In this tutorial we learn how to install texlive-mdwtools.noarch in Amazon Linux 2. texlive-mdwtools.noarch is Miscellaneous tools by Mark Wooding

Introduction

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

What is texlive-mdwtools.noarch

This collection of tools includes starting with @, - macros to sanitise the OT1 encoding of the cmtt fonts; - a ‘do after’ command; - improved footnote support; - mathenv for various alignment in maths; - list handling; - mdwmath which adds some minor changes to LaTeX maths; - a rewrite of LaTeX’s tabular and array environments; - verbatim handling; and - syntax diagrams. date

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

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

sudo yum -y install texlive-mdwtools.noarch

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

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

sudo yum remove texlive-mdwtools.noarch

texlive-mdwtools.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-mdwtools-svn15878.1.05.4
/usr/share/doc/texlive-mdwtools-svn15878.1.05.4/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/at.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/cmtt.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/doafter.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/footnote.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/mTTcmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/mTTenc.def
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/mathenv.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/mdwlist.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/mdwmath.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/mdwtab.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/sverb.sty
/usr/share/texlive/texmf-dist/tex/latex/mdwtools/syntax.sty

References

Summary

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