How To Install bpg-dejavu-sans-mono-fonts on Fedora 36

In this tutorial we learn how to install bpg-dejavu-sans-mono-fonts in Fedora 36. bpg-dejavu-sans-mono-fonts is DejaVu Sans Mono with BPG Georgian changes

Introduction

In this tutorial we learn how to install bpg-dejavu-sans-mono-fonts on Fedora 36.

What is bpg-dejavu-sans-mono-fonts

BPG Fonts are a set of GPL licensed Georgian Unicode fonts. This package contains an improved version of DejaVu Sans Mono with BPG Georgian changes.

We can use yum or dnf to install bpg-dejavu-sans-mono-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install bpg-dejavu-sans-mono-fonts.

Install bpg-dejavu-sans-mono-fonts on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install bpg-dejavu-sans-mono-fonts using dnf by running the following command:

sudo dnf -y install bpg-dejavu-sans-mono-fonts

Install bpg-dejavu-sans-mono-fonts on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install bpg-dejavu-sans-mono-fonts using yum by running the following command:

sudo yum -y install bpg-dejavu-sans-mono-fonts

How To Uninstall bpg-dejavu-sans-mono-fonts on Fedora 36

To uninstall only the bpg-dejavu-sans-mono-fonts package we can use the following command:

sudo dnf remove bpg-dejavu-sans-mono-fonts

bpg-dejavu-sans-mono-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/64-bpg.conf-bpg-dejavu-sans-mono.conf
/usr/share/appdata/bpg-dejavu-sans-mono.metainfo.xml
/usr/share/fontconfig/conf.avail/64-bpg.conf-bpg-dejavu-sans-mono.conf
/usr/share/fonts/bpg
/usr/share/fonts/bpg/BPG_DejaVu_SansMono_2017_GPL-GNU.ttf
/usr/share/fonts/bpg/BPG_DejaVu_SansMono_BoldOblique_2017_GPL-GNU.ttf
/usr/share/fonts/bpg/BPG_DejaVu_SansMono_Bold_2017_GPL-GNU.ttf
/usr/share/fonts/bpg/BPG_DejaVu_SansMono_Oblique_2017_GPL-GNU.ttf

References

Summary

In this tutorial we learn how to install bpg-dejavu-sans-mono-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).