How To Install bpg-classic-fonts.noarch on Amazon Linux 2

In this tutorial we learn how to install bpg-classic-fonts.noarch in Amazon Linux 2. bpg-classic-fonts.noarch is Classic family of BPG Georgian fonts

Introduction

In this tutorial we learn how to install bpg-classic-fonts.noarch on Amazon Linux 2.

What is bpg-classic-fonts.noarch

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

We can use yum to install bpg-classic-fonts.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install bpg-classic-fonts.noarch.

Install bpg-classic-fonts.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install bpg-classic-fonts.noarch using yum by running the following command:

sudo yum -y install bpg-classic-fonts.noarch

How To Uninstall bpg-classic-fonts.noarch on Amazon Linux 2

To uninstall only the bpg-classic-fonts.noarch package we can use the following command:

sudo yum remove bpg-classic-fonts.noarch

bpg-classic-fonts.noarch Package Contents on Amazon Linux 2

/etc/fonts/conf.d/64-bpg.conf-classic.conf
/usr/share/fontconfig/conf.avail/64-bpg.conf-classic.conf
/usr/share/fonts/bpg
/usr/share/fonts/bpg/BPG_Classic_GPL&GNU.otf

References

Summary

In this tutorial we learn how to install bpg-classic-fonts.noarch on Amazon Linux 2 using yum.