How To Install sil-tai-heritage-pro-fonts on Fedora 36

In this tutorial we learn how to install sil-tai-heritage-pro-fonts in Fedora 36. sil-tai-heritage-pro-fonts is Tai Heritage Pro, a traditional style Tai Viet script font family

Introduction

In this tutorial we learn how to install sil-tai-heritage-pro-fonts on Fedora 36.

What is sil-tai-heritage-pro-fonts

The Tai people of northwestern Vietnam and surrounding areas have a long tradition of literacy in the Tai Viet script. Tai Heritage Pro reflects the traditional style of this script.

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

Install sil-tai-heritage-pro-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-tai-heritage-pro-fonts using dnf by running the following command:

sudo dnf -y install sil-tai-heritage-pro-fonts

Install sil-tai-heritage-pro-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-tai-heritage-pro-fonts using yum by running the following command:

sudo yum -y install sil-tai-heritage-pro-fonts

How To Uninstall sil-tai-heritage-pro-fonts on Fedora 36

To uninstall only the sil-tai-heritage-pro-fonts package we can use the following command:

sudo dnf remove sil-tai-heritage-pro-fonts

sil-tai-heritage-pro-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-sil-tai-heritage-pro-fonts.conf
/usr/share/doc/sil-tai-heritage-pro-fonts
/usr/share/doc/sil-tai-heritage-pro-fonts/FONTLOG.txt
/usr/share/doc/sil-tai-heritage-pro-fonts/OFL-FAQ.txt
/usr/share/doc/sil-tai-heritage-pro-fonts/README.txt
/usr/share/fontconfig/conf.avail/65-sil-tai-heritage-pro-fonts.conf
/usr/share/fonts/sil-tai-heritage-pro-fonts
/usr/share/fonts/sil-tai-heritage-pro-fonts/TaiHeritagePro-Bold.ttf
/usr/share/fonts/sil-tai-heritage-pro-fonts/TaiHeritagePro-Regular.ttf
/usr/share/licenses/sil-tai-heritage-pro-fonts
/usr/share/licenses/sil-tai-heritage-pro-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.sil-tai-heritage-pro-fonts.metainfo.xml

References

Summary

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