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

In this tutorial we learn how to install texlive-euenc.noarch in Amazon Linux 2. texlive-euenc.noarch is Unicode font encoding definitions for XeTeX

Introduction

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

What is texlive-euenc.noarch

Font encoding definitions for unicode fonts loaded by LaTeX in XeTeX or LuaTeX. The package provides two encodings designed for use with XeTeX, which the fontspec uses for unicode fonts which require no macro-level processing for accents, and – EU2, which provides the same facilities for use with LuaTeX. Neither encoding places any restriction on the glyphs provided by a font; use of EU2 causes the package euxunicode to be loaded (the package is part of this distribution). The package includes font definition files for use with the Latin Modern OpenType fonts. date

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

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

sudo yum -y install texlive-euenc.noarch

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

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

sudo yum remove texlive-euenc.noarch

texlive-euenc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-euenc-svn19795.0.1h
/usr/share/doc/texlive-euenc-svn19795.0.1h/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1enc.def
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmdh.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmr.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmss.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmssq.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2enc.def
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2lmdh.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2lmr.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2lmss.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2lmssq.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2lmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/euenc/eu2lmvtt.fd

References

Summary

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