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

In this tutorial we learn how to install texlive-cmap.noarch in Amazon Linux 2. texlive-cmap.noarch is cmap package

Introduction

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

What is texlive-cmap.noarch

cmap package

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

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

sudo yum -y install texlive-cmap.noarch

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

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

sudo yum remove texlive-cmap.noarch

texlive-cmap.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/tex/latex/cmap/cmap.sty
/usr/share/texlive/texmf-dist/tex/latex/cmap/lae.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/lfe.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/lgr.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/ot1.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/ot1tt.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/ot6.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/t1.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/t2a.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/t2b.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/t2c.cmap
/usr/share/texlive/texmf-dist/tex/latex/cmap/t5.cmap

References

Summary

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