How To Install kacst-fonts-common on AlmaLinux 8

In this tutorial we learn how to install kacst-fonts-common in AlmaLinux 8. kacst-fonts-common is Common files for kacst-fonts

Introduction

In this tutorial we learn how to install kacst-fonts-common on AlmaLinux 8.

What is kacst-fonts-common

This package contains fonts for the display of Arabic from the King Abdulaziz City for Science & Technology(kacst).

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

Install kacst-fonts-common 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 kacst-fonts-common using dnf by running the following command:

sudo dnf -y install kacst-fonts-common

Install kacst-fonts-common 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 kacst-fonts-common using yum by running the following command:

sudo yum -y install kacst-fonts-common

How To Uninstall kacst-fonts-common on AlmaLinux 8

To uninstall only the kacst-fonts-common package we can use the following command:

sudo dnf remove kacst-fonts-common

References

Summary

In this tutorial we learn how to install kacst-fonts-common on AlmaLinux 8 using yum and dnf.