How To Install bpg-elite-fonts.noarch on Amazon Linux 2
In this tutorial we learn how to install bpg-elite-fonts.noarch in Amazon Linux 2. bpg-elite-fonts.noarch is Elite family of BPG Georgian fonts
Introduction
In this tutorial we learn how to install bpg-elite-fonts.noarch on Amazon Linux 2.
What is bpg-elite-fonts.noarch
BPG Fonts are a set of GPL licensed Georgian Unicode fonts. This package contains the Elite font family.
We can use yum to install bpg-elite-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-elite-fonts.noarch.
Install bpg-elite-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-elite-fonts.noarch using yum by running the following command:
sudo yum -y install bpg-elite-fonts.noarch
How To Uninstall bpg-elite-fonts.noarch on Amazon Linux 2
To uninstall only the bpg-elite-fonts.noarch package we can use the following command:
sudo yum remove bpg-elite-fonts.noarch
bpg-elite-fonts.noarch Package Contents on Amazon Linux 2
/etc/fonts/conf.d/64-bpg.conf-elite.conf
/usr/share/fontconfig/conf.avail/64-bpg.conf-elite.conf
/usr/share/fonts/bpg
/usr/share/fonts/bpg/BPG_Elite_GPL&GNU.ttf
References
Summary
In this tutorial we learn how to install bpg-elite-fonts.noarch on Amazon Linux 2 using yum.