How To Install apanov-heuristica-fonts on Fedora 36

In this tutorial we learn how to install apanov-heuristica-fonts in Fedora 36. apanov-heuristica-fonts is A serif latin & cyrillic font

Introduction

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

What is apanov-heuristica-fonts

Heuristica is a serif latin & cyrillic font, derived from the “Adobe Utopia” font that was released to the TeX Users Group under a liberal license.

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

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

sudo dnf -y install apanov-heuristica-fonts

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

sudo yum -y install apanov-heuristica-fonts

How To Uninstall apanov-heuristica-fonts on Fedora 36

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

sudo dnf remove apanov-heuristica-fonts

apanov-heuristica-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/61-apanov-heuristica.conf
/usr/share/appdata/apanov-heuristica.metainfo.xml
/usr/share/doc/apanov-heuristica-fonts
/usr/share/doc/apanov-heuristica-fonts/FontLog.txt
/usr/share/doc/apanov-heuristica-fonts/OFL-FAQ.txt
/usr/share/doc/apanov-heuristica-fonts/OFL.txt
/usr/share/fontconfig/conf.avail/61-apanov-heuristica.conf
/usr/share/fonts/apanov-heuristica
/usr/share/fonts/apanov-heuristica/Heuristica-Bold.ttf
/usr/share/fonts/apanov-heuristica/Heuristica-BoldItalic.ttf
/usr/share/fonts/apanov-heuristica/Heuristica-Italic.ttf
/usr/share/fonts/apanov-heuristica/Heuristica-Regular.ttf

References

Summary

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