How To Install sil-gentium-alt-fonts on Fedora 36

In this tutorial we learn how to install sil-gentium-alt-fonts in Fedora 36. sil-gentium-alt-fonts is SIL GentiumAlt fonts

Introduction

In this tutorial we learn how to install sil-gentium-alt-fonts on Fedora 36.

What is sil-gentium-alt-fonts

SIL Gentium (“belonging to the nations” in Latin) is a Unicode typeface family designed to enable the many diverse ethnic groups around the world who use the Latin script to produce readable, high-quality publications. It supports a wide range of Latin-based alphabets. This package consists of the SIL GentiumAlt family. GentiumAlt is a alternative version of Gentium with flatter diacratics, to make it more suitable for languages that use stacking diacratics, like Vietnamese. There is no problem with having both Gentium and GentiumAlt installed at the same time.

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

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

sudo dnf -y install sil-gentium-alt-fonts

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

sudo yum -y install sil-gentium-alt-fonts

How To Uninstall sil-gentium-alt-fonts on Fedora 36

To uninstall only the sil-gentium-alt-fonts package we can use the following command:

sudo dnf remove sil-gentium-alt-fonts

sil-gentium-alt-fonts Package Contents on Fedora 36

/usr/share/appdata/sil-gentium-alt.metainfo.xml
/usr/share/fonts/sil-gentium
/usr/share/fonts/sil-gentium/GenAI102.ttf
/usr/share/fonts/sil-gentium/GenAR102.ttf

References

Summary

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