How To Install texlive-garrigues on Fedora 36

In this tutorial we learn how to install texlive-garrigues in Fedora 36. texlive-garrigues is MetaPost macros for the reproduction of Garrigues’ Easter nomogram

Introduction

In this tutorial we learn how to install texlive-garrigues on Fedora 36.

What is texlive-garrigues

Metapost macros for the reproduction of Garrigues’ Easter nomogram. These macros are described in Denis Roegel introduction to nomography computation of Easter, TUGboat (volume 30, number 1, 2009, pages 88-104)

We can use yum or dnf to install texlive-garrigues on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-garrigues.

Install texlive-garrigues 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-garrigues using dnf by running the following command:

sudo dnf -y install texlive-garrigues

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

sudo yum -y install texlive-garrigues

How To Uninstall texlive-garrigues on Fedora 36

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

sudo dnf remove texlive-garrigues

texlive-garrigues Package Contents on Fedora 36

/usr/share/licenses/texlive-garrigues
/usr/share/licenses/texlive-garrigues/lppl1.txt
/usr/share/texlive/texmf-dist/metapost/garrigues
/usr/share/texlive/texmf-dist/metapost/garrigues/garrigues.mp

References

Summary

In this tutorial we learn how to install texlive-garrigues on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).