How To Install pcaro-hermit-fonts on Fedora 36
Introduction
In this tutorial we learn how to install pcaro-hermit-fonts on Fedora 36.
What is pcaro-hermit-fonts
Hermit is a monospace font designed to be clear, pragmatic and very readable. Its creation has been focused on programming. Every glyph was carefully planned and calculated, according to defined principles and rules. For this reason, Hermit is coherent and regular.
We can use yum or dnf to install pcaro-hermit-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pcaro-hermit-fonts.
Install pcaro-hermit-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 pcaro-hermit-fonts using dnf by running the following command:
sudo dnf -y install pcaro-hermit-fonts
Install pcaro-hermit-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 pcaro-hermit-fonts using yum by running the following command:
sudo yum -y install pcaro-hermit-fonts
How To Uninstall pcaro-hermit-fonts on Fedora 36
To uninstall only the pcaro-hermit-fonts package we can use the following command:
sudo dnf remove pcaro-hermit-fonts
pcaro-hermit-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/69-pcaro-hermit.conf
/usr/share/doc/pcaro-hermit-fonts
/usr/share/doc/pcaro-hermit-fonts/LICENSE
/usr/share/fontconfig/conf.avail/69-pcaro-hermit.conf
/usr/share/fonts/pcaro-hermit
/usr/share/fonts/pcaro-hermit/Hermit-bold.otf
/usr/share/fonts/pcaro-hermit/Hermit-light.otf
/usr/share/fonts/pcaro-hermit/Hermit-medium.otf
References
Summary
In this tutorial we learn how to install pcaro-hermit-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).