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

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

Introduction

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

What is sil-busra-xspace-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 xspace makes a number of otherwise invisible or not easily visible characters visible. However, many word processors and editors take charge of some or all of these characters and do not display them in the way they are provided in the font.

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

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

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

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

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

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

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

sudo dnf remove sil-busra-xspace-fonts

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

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

References

Summary

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