How To Install texlive-tex-gyre-math.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-tex-gyre-math.noarch in Amazon Linux 2. texlive-tex-gyre-math.noarch is Maths fonts to match tex-gyre text fonts

Introduction

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

What is texlive-tex-gyre-math.noarch

TeX-Gyre-Math is to be a collection of maths fonts to match the text fonts of the TeX-Gyre collection. The collection will be made available in OpenType format, only; fonts will conform to the developing standards for OpenType maths fonts. TeX-Gyre- Math-Pagella (to match Tex-Gyre-Pagella) and TeX-Gyre-Math- Termes (to match Tex-Gyre-Termes) fonts are provided. date

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

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

sudo yum -y install texlive-tex-gyre-math.noarch

How To Uninstall texlive-tex-gyre-math.noarch on Amazon Linux 2

To uninstall only the texlive-tex-gyre-math.noarch package we can use the following command:

sudo yum remove texlive-tex-gyre-math.noarch

texlive-tex-gyre-math.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-tex-gyre-math-svn29045.0
/usr/share/doc/texlive-tex-gyre-math-svn29045.0/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/opentype/public/tex-gyre-math/texgyrepagella-math.otf
/usr/share/texlive/texmf-dist/fonts/opentype/public/tex-gyre-math/texgyretermes-math.otf

References

Summary

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