How To Install sil-busra-diagnostic-fonts on Fedora 36

In this tutorial we learn how to install sil-busra-diagnostic-fonts in Fedora 36. sil-busra-diagnostic-fonts is Khmer Busra diagnostic, a special Khmer Busra variant

Introduction

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

What is sil-busra-diagnostic-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 Busra diagnostic does the same as Khmer Busra xspace, but also adds dotted circles before coengs if they follow a vowel as well as in between multiple above‐symbols. Both of these character sequences are permitted in Windows, but the former is often a miss‐spelling and the latter is also usually unintended and a miss‐spelling as well as not being permitted in other operating systems. In this way the font helps to spot common typos.

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

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

sudo dnf -y install sil-busra-diagnostic-fonts

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

sudo yum -y install sil-busra-diagnostic-fonts

How To Uninstall sil-busra-diagnostic-fonts on Fedora 36

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

sudo dnf remove sil-busra-diagnostic-fonts

sil-busra-diagnostic-fonts Package Contents on Fedora 36

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

References

Summary

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