How To Install ctan-kerkis-calligraphic-fonts on Fedora 36

In this tutorial we learn how to install ctan-kerkis-calligraphic-fonts in Fedora 36. ctan-kerkis-calligraphic-fonts is Kerkis Calligraphic Type1 fonts

Introduction

In this tutorial we learn how to install ctan-kerkis-calligraphic-fonts on Fedora 36.

What is ctan-kerkis-calligraphic-fonts

Kerkis type 1 fonts for LaTeX. These fonts are particularly useful for typesetting Greek. The Greek repertoire includes full support for polytonic Greek, Greek numerals, and double forms of several letters that occur in variant forms. This package contains the Kerkis-Calligraphic font family, a calligraphic font family of Kerkis, based on URW Bookman.

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

Install ctan-kerkis-calligraphic-fonts 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 ctan-kerkis-calligraphic-fonts using dnf by running the following command:

sudo dnf -y install ctan-kerkis-calligraphic-fonts

Install ctan-kerkis-calligraphic-fonts 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 ctan-kerkis-calligraphic-fonts using yum by running the following command:

sudo yum -y install ctan-kerkis-calligraphic-fonts

How To Uninstall ctan-kerkis-calligraphic-fonts on Fedora 36

To uninstall only the ctan-kerkis-calligraphic-fonts package we can use the following command:

sudo dnf remove ctan-kerkis-calligraphic-fonts

ctan-kerkis-calligraphic-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/64-ctan-kerkis-calligraphic.conf
/usr/share/fontconfig/conf.avail/64-ctan-kerkis-calligraphic.conf
/usr/share/fonts/ctan-kerkis
/usr/share/fonts/ctan-kerkis/Kerkis-Calligraphic.afm
/usr/share/fonts/ctan-kerkis/Kerkis-Calligraphic.pfb
/usr/share/fonts/ctan-kerkis/ktsy.afm
/usr/share/fonts/ctan-kerkis/ktsy.pfb

References

Summary

In this tutorial we learn how to install ctan-kerkis-calligraphic-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).