How To Install thai-arundina-sans-mono-fonts on Fedora 36

In this tutorial we learn how to install thai-arundina-sans-mono-fonts in Fedora 36. thai-arundina-sans-mono-fonts is Monospace sans-serif Thai Arundina fonts

Introduction

In this tutorial we learn how to install thai-arundina-sans-mono-fonts on Fedora 36.

What is thai-arundina-sans-mono-fonts

Arundina fonts were created aiming at Bitstream Vera / Dejavu compatibility, under SIPA’s initiation. They were then further modified by TLWG for certain aspects, such as Latin glyph size compatibility and OpenType conformance. This package consists of the Thai Arundina sans-serif monospace font faces.

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

Install thai-arundina-sans-mono-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 thai-arundina-sans-mono-fonts using dnf by running the following command:

sudo dnf -y install thai-arundina-sans-mono-fonts

Install thai-arundina-sans-mono-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 thai-arundina-sans-mono-fonts using yum by running the following command:

sudo yum -y install thai-arundina-sans-mono-fonts

How To Uninstall thai-arundina-sans-mono-fonts on Fedora 36

To uninstall only the thai-arundina-sans-mono-fonts package we can use the following command:

sudo dnf remove thai-arundina-sans-mono-fonts

thai-arundina-sans-mono-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/67-thai-arundina-sans-mono.conf
/usr/share/appdata/thai-arundina-sans-mono.metainfo.xml
/usr/share/fontconfig/conf.avail/67-thai-arundina-sans-mono.conf
/usr/share/fonts/thai-arundina
/usr/share/fonts/thai-arundina/ArundinaSansMono-Bold.ttf
/usr/share/fonts/thai-arundina/ArundinaSansMono-BoldOblique.ttf
/usr/share/fonts/thai-arundina/ArundinaSansMono-Oblique.ttf
/usr/share/fonts/thai-arundina/ArundinaSansMono.ttf

References

Summary

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