How To Install msimonson-anonymouspro-fonts on Fedora 36

In this tutorial we learn how to install msimonson-anonymouspro-fonts in Fedora 36. msimonson-anonymouspro-fonts is A coding-friendly monospace font

Introduction

In this tutorial we learn how to install msimonson-anonymouspro-fonts on Fedora 36.

What is msimonson-anonymouspro-fonts

Anonymous Pro is a family of fixed-width fonts designed especially with coding in mind. Characters that could be mistaken for one another (O, 0, I, l, 1, etc.) have distinct shapes to make them easier to tell apart in the context of source code. It has support for most Western and European Latin-based languages, Greek, and Cyrillic. It also includes special “box drawing” characters. Anonymous Pro is based on an earlier font, Anonymous, which is a TrueType version of Susan Lesch and David Lamkins’ font Anonymous 9, a freeware Macintosh bitmap font. It was created by Mark Simonson.

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

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

sudo dnf -y install msimonson-anonymouspro-fonts

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

sudo yum -y install msimonson-anonymouspro-fonts

How To Uninstall msimonson-anonymouspro-fonts on Fedora 36

To uninstall only the msimonson-anonymouspro-fonts package we can use the following command:

sudo dnf remove msimonson-anonymouspro-fonts

msimonson-anonymouspro-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/61-msimonson-anonymouspro.conf
/usr/share/appdata/msimonson-anonymouspro.metainfo.xml
/usr/share/doc/msimonson-anonymouspro-fonts
/usr/share/doc/msimonson-anonymouspro-fonts/FONTLOG.txt
/usr/share/doc/msimonson-anonymouspro-fonts/OFL-FAQ.txt
/usr/share/doc/msimonson-anonymouspro-fonts/OFL.txt
/usr/share/doc/msimonson-anonymouspro-fonts/README.txt
/usr/share/fontconfig/conf.avail/61-msimonson-anonymouspro.conf
/usr/share/fonts/msimonson-anonymouspro
/usr/share/fonts/msimonson-anonymouspro/Anonymous Pro B.ttf
/usr/share/fonts/msimonson-anonymouspro/Anonymous Pro BI.ttf
/usr/share/fonts/msimonson-anonymouspro/Anonymous Pro I.ttf
/usr/share/fonts/msimonson-anonymouspro/Anonymous Pro.ttf

References

Summary

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