How To Install texlive-euro on CentOS 7

In this tutorial we learn how to install texlive-euro on CentOS 7. texlive-euro is Provide Euro values for national currency amounts

Introduction

In this tutorial we learn how to install texlive-euro on CentOS 7.

What is texlive-euro

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 or dnf to install texlive-euro on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-euro.

Install texlive-euro on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install texlive-euro using yum by running the following command:

sudo yum -y install texlive-euro

Install texlive-euro on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install texlive-euro using dnf by running the following command:

sudo dnf -y install texlive-euro

How To Uninstall texlive-euro on CentOS 7

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

sudo dnf remove texlive-euro

References

Summary

In this tutorial we learn how to install texlive-euro on CentOS 7 using yum and dnf.