How To Install khmer-os-muol-fonts on Fedora 36

In this tutorial we learn how to install khmer-os-muol-fonts in Fedora 36. khmer-os-muol-fonts is Muol normal and Muol Light font family

Introduction

In this tutorial we learn how to install khmer-os-muol-fonts on Fedora 36.

What is khmer-os-muol-fonts

The Khmer OS fonts include Khmer and Latin alphabets, and they have equivalent sizes for Khmer and English alphabets, so that when texts mix both it is not necessary to have different point sizes for the text in each language. They were created by Danh Hong of the Cambodian Open Institute. This package provides Muol normal and Muol Light font family.

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

Install khmer-os-muol-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 khmer-os-muol-fonts using dnf by running the following command:

sudo dnf -y install khmer-os-muol-fonts

Install khmer-os-muol-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 khmer-os-muol-fonts using yum by running the following command:

sudo yum -y install khmer-os-muol-fonts

How To Uninstall khmer-os-muol-fonts on Fedora 36

To uninstall only the khmer-os-muol-fonts package we can use the following command:

sudo dnf remove khmer-os-muol-fonts

khmer-os-muol-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-0-khmer-os-muol-fonts.conf
/usr/share/fontconfig/conf.avail/65-0-khmer-os-muol-fonts.conf
/usr/share/fonts/khmer-os-muol-fonts
/usr/share/fonts/khmer-os-muol-fonts/KhmerOS_muol.ttf
/usr/share/fonts/khmer-os-muol-fonts/KhmerOS_muollight.ttf
/usr/share/licenses/khmer-os-muol-fonts
/usr/share/licenses/khmer-os-muol-fonts/License.txt
/usr/share/metainfo/org.fedoraproject.khmer-os-muol-fonts.metainfo.xml

References

Summary

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