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

In this tutorial we learn how to install bpg-fonts-common.noarch in Amazon Linux 2. bpg-fonts-common.noarch is Common files for BPG Georgian fonts (documentation…)

Introduction

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

What is bpg-fonts-common.noarch

BPG Fonts are a set of GPL licensed Georgian Unicode fonts. This package consists of files used by other BPG font packages.

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

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

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

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

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

sudo yum remove bpg-fonts-common.noarch

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

/usr/share/doc/bpg-fonts-common-20120413
/usr/share/doc/bpg-fonts-common-20120413/README
/usr/share/doc/bpg-fonts-common-20120413/gpl-3.0.txt
/usr/share/fonts/bpg

References

Summary

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