How To Install texlive-hatching on Fedora 36

In this tutorial we learn how to install texlive-hatching in Fedora 36. texlive-hatching is MetaPost macros for hatching interior of closed paths

Introduction

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

What is texlive-hatching

The file hatching.mp contains a set of MetaPost macros for hatching interior of closed paths. Examples of usage are included.

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

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

sudo dnf -y install texlive-hatching

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

sudo yum -y install texlive-hatching

How To Uninstall texlive-hatching on Fedora 36

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

sudo dnf remove texlive-hatching

texlive-hatching Package Contents on Fedora 36

/usr/share/licenses/texlive-hatching
/usr/share/licenses/texlive-hatching/pd.txt
/usr/share/texlive/texmf-dist/metapost/hatching
/usr/share/texlive/texmf-dist/metapost/hatching/hatching.mp

References

Summary

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