How To Install tibetan-machine-uni-fonts on AlmaLinux 8

In this tutorial we learn how to install tibetan-machine-uni-fonts in AlmaLinux 8. tibetan-machine-uni-fonts is Tibetan Machine Uni font for Tibetan, Dzongkha and Ladakhi

Introduction

In this tutorial we learn how to install tibetan-machine-uni-fonts on AlmaLinux 8.

What is tibetan-machine-uni-fonts

Tibetan Machine Uni is an TrueType OpenType, Unicode font released by THDL project. The font supports Tibetan, Dzongkha and Ladakhi in dbu-can script with full support for the Sanskrit combinations found in chos skad text.

We can use yum or dnf to install tibetan-machine-uni-fonts on AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install tibetan-machine-uni-fonts.

Install tibetan-machine-uni-fonts on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install tibetan-machine-uni-fonts using dnf by running the following command:

sudo dnf -y install tibetan-machine-uni-fonts

Install tibetan-machine-uni-fonts on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install tibetan-machine-uni-fonts using yum by running the following command:

sudo yum -y install tibetan-machine-uni-fonts

How To Uninstall tibetan-machine-uni-fonts on AlmaLinux 8

To uninstall only the tibetan-machine-uni-fonts package we can use the following command:

sudo dnf remove tibetan-machine-uni-fonts

References

Summary

In this tutorial we learn how to install tibetan-machine-uni-fonts on AlmaLinux 8 using yum and dnf.