How To Install texlive-microtype-doc.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-microtype-doc.noarch in Amazon Linux 2. texlive-microtype-doc.noarch is Documentation for microtype

Introduction

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

What is texlive-microtype-doc.noarch

Documentation for microtype

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

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

sudo yum -y install texlive-microtype-doc.noarch

How To Uninstall texlive-microtype-doc.noarch on Amazon Linux 2

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

sudo yum remove texlive-microtype-doc.noarch

texlive-microtype-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-microtype-doc-svn29392.2.5
/usr/share/doc/texlive-microtype-doc-svn29392.2.5/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/microtype/README
/usr/share/texlive/texmf-dist/doc/latex/microtype/microtype.pdf
/usr/share/texlive/texmf-dist/doc/latex/microtype/test-microtype.tex

References

Summary

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