How To Install khmeros-bokor-fonts on Rocky Linux 8

In this tutorial we learn how to install khmeros-bokor-fonts on Rocky Linux 8. khmeros-bokor-fonts is Bokor font

Introduction

In this tutorial we learn how to install khmeros-bokor-fonts on Rocky Linux 8.

What is khmeros-bokor-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. Bokor font.

We can use yum or dnf to install khmeros-bokor-fonts on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install khmeros-bokor-fonts.

Install khmeros-bokor-fonts on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install khmeros-bokor-fonts using dnf by running the following command:

sudo dnf -y install khmeros-bokor-fonts

Install khmeros-bokor-fonts on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install khmeros-bokor-fonts using yum by running the following command:

sudo yum -y install khmeros-bokor-fonts

How To Uninstall khmeros-bokor-fonts on Rocky Linux 8

To uninstall only the khmeros-bokor-fonts package we can use the following command:

sudo dnf remove khmeros-bokor-fonts

khmeros-bokor-fonts Package Contents on Rocky Linux 8

/etc/fonts/conf.d/65-0-khmeros-bokor.conf
/usr/share/appdata/khmeros-bokor.metainfo.xml
/usr/share/fontconfig/conf.avail/65-0-khmeros-bokor.conf
/usr/share/fonts/khmeros
/usr/share/fonts/khmeros/KhmerOS_bokor.ttf

References

Summary

In this tutorial we learn how to install khmeros-bokor-fonts on Rocky Linux 8 using yum and dnf.