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

In this tutorial we learn how to install texlive-euro.noarch in Amazon Linux 2. texlive-euro.noarch is Provide Euro values for national currency amounts

Introduction

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

What is texlive-euro.noarch

Converts arbitrary national currency amounts using the Euro as base unit, and typesets monetary amounts in almost any desired way. Write, e.g., \ATS{17.6} to get something like ‘17,60 oS (1,28 Euro)’ automatically. Conversion rates for the initial Euro-zone countries are already built-in. Further rates can be added easily. The package uses the fp package to do its sums. date

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

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

sudo yum -y install texlive-euro.noarch

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

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

sudo yum remove texlive-euro.noarch

texlive-euro.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-euro-svn22191.1.1
/usr/share/doc/texlive-euro-svn22191.1.1/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/euro/euro.sty

References

Summary

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