How To Install bpg-dedaena-block-fonts on AlmaLinux 8

In this tutorial we learn how to install bpg-dedaena-block-fonts in AlmaLinux 8. bpg-dedaena-block-fonts is DedaEna Block family of BPG Georgian fonts

Introduction

In this tutorial we learn how to install bpg-dedaena-block-fonts on AlmaLinux 8.

What is bpg-dedaena-block-fonts

BPG Fonts are a set of GPL licensed Georgian Unicode fonts. This package contains the DedaEna Block font family.

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

Install bpg-dedaena-block-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 bpg-dedaena-block-fonts using dnf by running the following command:

sudo dnf -y install bpg-dedaena-block-fonts

Install bpg-dedaena-block-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 bpg-dedaena-block-fonts using yum by running the following command:

sudo yum -y install bpg-dedaena-block-fonts

How To Uninstall bpg-dedaena-block-fonts on AlmaLinux 8

To uninstall only the bpg-dedaena-block-fonts package we can use the following command:

sudo dnf remove bpg-dedaena-block-fonts

References

Summary

In this tutorial we learn how to install bpg-dedaena-block-fonts on AlmaLinux 8 using yum and dnf.