How To Install oflb-prociono-fonts on Fedora 36

In this tutorial we learn how to install oflb-prociono-fonts in Fedora 36. oflb-prociono-fonts is A text roman with standard and discretionary ligatures, class-based kerning

Introduction

In this tutorial we learn how to install oflb-prociono-fonts on Fedora 36.

What is oflb-prociono-fonts

A serif font created by Barry Schwartz The name is pronounced “pro-tsee-O-no” and is Esperanto for either “raccoon” or the star Procyon. The author prefers to think of this font as a raccoon.

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

Install oflb-prociono-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 oflb-prociono-fonts using dnf by running the following command:

sudo dnf -y install oflb-prociono-fonts

Install oflb-prociono-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 oflb-prociono-fonts using yum by running the following command:

sudo yum -y install oflb-prociono-fonts

How To Uninstall oflb-prociono-fonts on Fedora 36

To uninstall only the oflb-prociono-fonts package we can use the following command:

sudo dnf remove oflb-prociono-fonts

oflb-prociono-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/62-oflb-prociono.conf
/usr/share/appdata/oflb-prociono.metainfo.xml
/usr/share/doc/oflb-prociono-fonts
/usr/share/doc/oflb-prociono-fonts/OFL.txt
/usr/share/fontconfig/conf.avail/62-oflb-prociono.conf
/usr/share/fonts/oflb-prociono
/usr/share/fonts/oflb-prociono/Prociono-Regular.ttf

References

Summary

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