How To Install sil-abyssinica-fonts.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install sil-abyssinica-fonts.noarch on Amazon Linux 2.
What is sil-abyssinica-fonts.noarch
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 to install sil-abyssinica-fonts.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install sil-abyssinica-fonts.noarch.
Install sil-abyssinica-fonts.noarch on Amazon Linux 2 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.noarch using yum by running the following command:
sudo yum -y install sil-abyssinica-fonts.noarch
How To Uninstall sil-abyssinica-fonts.noarch on Amazon Linux 2
To uninstall only the sil-abyssinica-fonts.noarch package we can use the following command:
sudo yum remove sil-abyssinica-fonts.noarch
sil-abyssinica-fonts.noarch Package Contents on Amazon Linux 2
/etc/fonts/conf.d/66-sil-abyssinica.conf
/usr/share/doc/sil-abyssinica-fonts-1.200
/usr/share/doc/sil-abyssinica-fonts-1.200/AbyssinicaSILFontFeatures.odt
/usr/share/doc/sil-abyssinica-fonts-1.200/AbyssinicaSILFontFeatures.pdf
/usr/share/doc/sil-abyssinica-fonts-1.200/AbyssinicaSILTypeSample.pdf
/usr/share/doc/sil-abyssinica-fonts-1.200/DOCUMENTATION.txt
/usr/share/doc/sil-abyssinica-fonts-1.200/FONTLOG.txt
/usr/share/doc/sil-abyssinica-fonts-1.200/OFL-FAQ.txt
/usr/share/doc/sil-abyssinica-fonts-1.200/OFL.txt
/usr/share/doc/sil-abyssinica-fonts-1.200/README.txt
/usr/share/doc/sil-abyssinica-fonts-1.200/SILEthiopicPrivateUseAreaBlock.pdf
/usr/share/fontconfig/conf.avail/66-sil-abyssinica.conf
/usr/share/fonts/sil-abyssinica
/usr/share/fonts/sil-abyssinica/AbyssinicaSIL-R.ttf
References
Summary
In this tutorial we learn how to install sil-abyssinica-fonts.noarch on Amazon Linux 2 using yum.