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

In this tutorial we learn how to install texlive-eurosym.noarch in Amazon Linux 2. texlive-eurosym.noarch is MetaFont and macros for Euro sign

Introduction

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

What is texlive-eurosym.noarch

The new European currency symbol for the Euro implemented in MetaFont, using the official European Commission dimensions, and providing several shapes (normal, slanted, bold, outline). The package also includes a LaTeX package which defines the macro, pre-compiled tfm files, and documentation. date

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

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

sudo yum -y install texlive-eurosym.noarch

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

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

sudo yum remove texlive-eurosym.noarch

texlive-eurosym.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/fonts/map/dvips/eurosym/eurosym.map
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/fey.mf
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/feybl10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/feybo10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/feybr10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/feyml10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/feymo10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/eurosym/feymr10.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/eurosym/feybl10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/eurosym/feybo10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/eurosym/feybr10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/eurosym/feyml10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/eurosym/feymo10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/eurosym/feymr10.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/feybl10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/feybo10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/feybr10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/feyml10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/feymo10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/feymr10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/geybl10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/geybo10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/geybr10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/geyml10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/geymo10.pfb
/usr/share/texlive/texmf-dist/fonts/type1/public/eurosym/geymr10.pfb
/usr/share/texlive/texmf-dist/tex/latex/eurosym/eurosym.sty

References

Summary

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