How To Install sil-padauk-fonts.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install sil-padauk-fonts.noarch on Amazon Linux 2.
What is sil-padauk-fonts.noarch
Padauk is a Myanmar font covering all currently used characters in the Myanmar block. The font aims to cover all minority language needs. At the moment, these do not extend to stylistic variation needs. The font is a smart font using a Graphite description.
We can use yum to install sil-padauk-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-padauk-fonts.noarch.
Install sil-padauk-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-padauk-fonts.noarch using yum by running the following command:
sudo yum -y install sil-padauk-fonts.noarch
How To Uninstall sil-padauk-fonts.noarch on Amazon Linux 2
To uninstall only the sil-padauk-fonts.noarch package we can use the following command:
sudo yum remove sil-padauk-fonts.noarch
sil-padauk-fonts.noarch Package Contents on Amazon Linux 2
/etc/fonts/conf.d/65-sil-padauk.conf
/usr/share/doc/sil-padauk-fonts-2.8
/usr/share/doc/sil-padauk-fonts-2.8/OFL.txt
/usr/share/fontconfig/conf.avail/65-sil-padauk.conf
/usr/share/fonts/sil-padauk
/usr/share/fonts/sil-padauk/Padauk-bold.ttf
/usr/share/fonts/sil-padauk/Padauk.ttf
References
Summary
In this tutorial we learn how to install sil-padauk-fonts.noarch on Amazon Linux 2 using yum.