How To Install kanotf-fonts on Fedora 36

In this tutorial we learn how to install kanotf-fonts in Fedora 36. kanotf-fonts is OpenType Kannada fonts

Introduction

In this tutorial we learn how to install kanotf-fonts on Fedora 36.

What is kanotf-fonts

Consists of two Kannada open-type fonts named “Kedage” and “Mallige”.

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

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

sudo dnf -y install kanotf-fonts

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

sudo yum -y install kanotf-fonts

How To Uninstall kanotf-fonts on Fedora 36

To uninstall only the kanotf-fonts package we can use the following command:

sudo dnf remove kanotf-fonts

kanotf-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-kanotf.conf
/usr/share/doc/kanotf-fonts
/usr/share/doc/kanotf-fonts/gpl.txt
/usr/share/doc/kanotf-fonts/readme.txt
/usr/share/fontconfig/conf.avail/65-kanotf.conf
/usr/share/fonts/kanotf
/usr/share/fonts/kanotf/Kedage-b.TTF
/usr/share/fonts/kanotf/Kedage-i.TTF
/usr/share/fonts/kanotf/Kedage-n.TTF
/usr/share/fonts/kanotf/Kedage-t.TTF
/usr/share/fonts/kanotf/Malige-b.TTF
/usr/share/fonts/kanotf/Malige-i.TTF
/usr/share/fonts/kanotf/Malige-n.TTF
/usr/share/fonts/kanotf/Malige-t.TTF

References

Summary

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