How To Install texlive-calligra on Fedora 36

In this tutorial we learn how to install texlive-calligra in Fedora 36. texlive-calligra is Calligraphic font

Introduction

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

What is texlive-calligra

A calligraphic font in the handwriting style of the author, Peter Vanroose. The font is supplied as Metafont source. LaTeX support of the font is provided in the calligra package in the fundus bundle.

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

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

sudo dnf -y install texlive-calligra

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

sudo yum -y install texlive-calligra

How To Uninstall texlive-calligra on Fedora 36

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

sudo dnf remove texlive-calligra

texlive-calligra Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/fonts/source/public/calligra
/usr/share/texlive/texmf-dist/fonts/source/public/calligra/callig15.mf
/usr/share/texlive/texmf-dist/fonts/source/public/calligra/calligra.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/calligra
/usr/share/texlive/texmf-dist/fonts/tfm/public/calligra/callig15.tfm

References

Summary

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