How To Install texlive-fundus-calligra on Fedora 36

In this tutorial we learn how to install texlive-fundus-calligra in Fedora 36. texlive-fundus-calligra is Support for the calligra font in LaTeX documents

Introduction

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

What is texlive-fundus-calligra

The package offers support for the calligra handwriting font, in LaTeX documents. The package is part of the fundus bundle.

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

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

sudo dnf -y install texlive-fundus-calligra

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

sudo yum -y install texlive-fundus-calligra

How To Uninstall texlive-fundus-calligra on Fedora 36

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

sudo dnf remove texlive-fundus-calligra

texlive-fundus-calligra Package Contents on Fedora 36

/usr/share/licenses/texlive-fundus-calligra
/usr/share/licenses/texlive-fundus-calligra/other-free.txt
/usr/share/texlive/texmf-dist/tex/latex/fundus-calligra
/usr/share/texlive/texmf-dist/tex/latex/fundus-calligra/calligra.sty

References

Summary

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