How To Install texlive-euro on Fedora 36
Introduction
In this tutorial we learn how to install texlive-euro
on Fedora 36.
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.
We can use yum
or dnf
to install texlive-euro
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-euro.
Install texlive-euro on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-euro
using dnf
by running the following command:
sudo dnf -y install texlive-euro
Install texlive-euro on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-euro
using yum
by running the following command:
sudo yum -y install texlive-euro
How To Uninstall texlive-euro on Fedora 36
To uninstall only the texlive-euro
package we can use the following command:
sudo dnf remove texlive-euro
texlive-euro Package Contents on Fedora 36
/usr/share/licenses/texlive-euro
/usr/share/licenses/texlive-euro/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/euro
/usr/share/texlive/texmf-dist/tex/latex/euro/euro.sty
References
Summary
In this tutorial we learn how to install texlive-euro
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).