How To Install grimmer-proggy-squaresz-fonts on Fedora 36

In this tutorial we learn how to install grimmer-proggy-squaresz-fonts in Fedora 36. grimmer-proggy-squaresz-fonts is Proggy Square with slashed zero programming font

Introduction

In this tutorial we learn how to install grimmer-proggy-squaresz-fonts on Fedora 36.

What is grimmer-proggy-squaresz-fonts

The proggy fonts are a set of fixed-width screen fonts that are designed for code listings. Proggy Square Slashed Zero is identical to Proggy Square but has a slashed zero instead of a dot.

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

Install grimmer-proggy-squaresz-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 grimmer-proggy-squaresz-fonts using dnf by running the following command:

sudo dnf -y install grimmer-proggy-squaresz-fonts

Install grimmer-proggy-squaresz-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 grimmer-proggy-squaresz-fonts using yum by running the following command:

sudo yum -y install grimmer-proggy-squaresz-fonts

How To Uninstall grimmer-proggy-squaresz-fonts on Fedora 36

To uninstall only the grimmer-proggy-squaresz-fonts package we can use the following command:

sudo dnf remove grimmer-proggy-squaresz-fonts

grimmer-proggy-squaresz-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/66-grimmer-proggy-squaresz.conf
/usr/share/appdata/grimmer-proggy-squaresz.metainfo.xml
/usr/share/doc/grimmer-proggy-squaresz-fonts
/usr/share/doc/grimmer-proggy-squaresz-fonts/Licence.txt
/usr/share/fontconfig/conf.avail/66-grimmer-proggy-squaresz.conf
/usr/share/fonts/grimmer-proggy-squaresz
/usr/share/fonts/grimmer-proggy-squaresz/ProggySquareSZ.ttf

References

Summary

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