How To Install thai-scalable-purisa-fonts on Fedora 36
Introduction
In this tutorial we learn how to install thai-scalable-purisa-fonts on Fedora 36.
What is thai-scalable-purisa-fonts
fonts-tlwg provides a collection of free scalable Thai fonts. This package provides the Purisa family of Thai fonts.
We can use yum or dnf to install thai-scalable-purisa-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install thai-scalable-purisa-fonts.
Install thai-scalable-purisa-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 thai-scalable-purisa-fonts using dnf by running the following command:
sudo dnf -y install thai-scalable-purisa-fonts
Install thai-scalable-purisa-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 thai-scalable-purisa-fonts using yum by running the following command:
sudo yum -y install thai-scalable-purisa-fonts
How To Uninstall thai-scalable-purisa-fonts on Fedora 36
To uninstall only the thai-scalable-purisa-fonts package we can use the following command:
sudo dnf remove thai-scalable-purisa-fonts
thai-scalable-purisa-fonts Package Contents on Fedora 36
/usr/share/appdata/thai-scalable-purisa.metainfo.xml
/usr/share/fonts/thai-scalable
/usr/share/fonts/thai-scalable/Purisa-Bold.otf
/usr/share/fonts/thai-scalable/Purisa-BoldOblique.otf
/usr/share/fonts/thai-scalable/Purisa-Oblique.otf
/usr/share/fonts/thai-scalable/Purisa.otf
References
Summary
In this tutorial we learn how to install thai-scalable-purisa-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).