How To Install sil-abyssinica-fonts on AlmaLinux 8

In this tutorial we learn how to install sil-abyssinica-fonts in AlmaLinux 8. sil-abyssinica-fonts is SIL Abyssinica fonts

Introduction

In this tutorial we learn how to install sil-abyssinica-fonts on AlmaLinux 8.

What is sil-abyssinica-fonts

SIL Abyssinica is a Unicode typeface family containing glyphs for the Ethiopic script. The Ethiopic script is used for writing many of the languages of Ethiopia and Eritrea. Abyssinica SIL supports all Ethiopic characters which are in Unicode including the Unicode 4.1 extensions. Some languages of Ethiopia are not yet able to be fully represented in Unicode and, where necessary, we have included non-Unicode characters in the Private Use Area (see Private-use (PUA) characters supported by Abyssinica SIL). Abyssinica SIL is based on Ethiopic calligraphic traditions. This release is a regular typeface, with no bold or italic version available or planned.

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

Install sil-abyssinica-fonts on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install sil-abyssinica-fonts using dnf by running the following command:

sudo dnf -y install sil-abyssinica-fonts

Install sil-abyssinica-fonts on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install sil-abyssinica-fonts using yum by running the following command:

sudo yum -y install sil-abyssinica-fonts

How To Uninstall sil-abyssinica-fonts on AlmaLinux 8

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

sudo dnf remove sil-abyssinica-fonts

References

Summary

In this tutorial we learn how to install sil-abyssinica-fonts on AlmaLinux 8 using yum and dnf.