How To Install texlive-mparrows on Fedora 36

In this tutorial we learn how to install texlive-mparrows in Fedora 36. texlive-mparrows is MetaPost module with different types of arrow heads

Introduction

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

What is texlive-mparrows

A package to provide different types of arrow heads to be used with MetaPost commands drawarrow and drawdblarrow commands.

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

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

sudo dnf -y install texlive-mparrows

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

sudo yum -y install texlive-mparrows

How To Uninstall texlive-mparrows on Fedora 36

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

sudo dnf remove texlive-mparrows

texlive-mparrows Package Contents on Fedora 36

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

References

Summary

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