How To Install sil-oureang-fonts on Fedora 36

In this tutorial we learn how to install sil-oureang-fonts in Fedora 36. sil-oureang-fonts is Khmer Oureang, a very bold Khmer title font family

Introduction

In this tutorial we learn how to install sil-oureang-fonts on Fedora 36.

What is sil-oureang-fonts

The Mondulkiri font families provide Unicode support for the Khmer script. “Mondulkiri” and “Ratanakiri” are the names of two provinces in north-eastern Cambodia, Busra and Oureang are names of places in Mondulkiri province. Khmer Oureang is a very bold Khmer script font family, useful for headings. It was formerly named “Khmer Mondulkiri ultra”.

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

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

sudo dnf -y install sil-oureang-fonts

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

sudo yum -y install sil-oureang-fonts

How To Uninstall sil-oureang-fonts on Fedora 36

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

sudo dnf remove sil-oureang-fonts

sil-oureang-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/66-sil-oureang-fonts.conf
/usr/share/doc/sil-oureang-fonts
/usr/share/doc/sil-oureang-fonts/FONTLOG.txt
/usr/share/doc/sil-oureang-fonts/OFL-FAQ.txt
/usr/share/fontconfig/conf.avail/66-sil-oureang-fonts.conf
/usr/share/fonts/sil-oureang-fonts
/usr/share/fonts/sil-oureang-fonts/Mo9V55.ttf
/usr/share/licenses/sil-oureang-fonts
/usr/share/licenses/sil-oureang-fonts/OFL.txt
/usr/share/metainfo/org.fedoraproject.sil-oureang-fonts.metainfo.xml

References

Summary

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