How To Install alef-fonts on Fedora 36

In this tutorial we learn how to install alef-fonts in Fedora 36. alef-fonts is A free multi-lingual font designed for screens

Introduction

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

What is alef-fonts

Alef is a free multilingual font designed specifically for screens. Alef supports English, Hebrew, and various other European languages, and it’s readable even in extremely small sizes.

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

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

sudo dnf -y install alef-fonts

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

sudo yum -y install alef-fonts

How To Uninstall alef-fonts on Fedora 36

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

sudo dnf remove alef-fonts

alef-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-alef.conf
/usr/share/doc/alef-fonts
/usr/share/doc/alef-fonts/OFL-license.txt
/usr/share/doc/alef-fonts/readme.txt
/usr/share/fontconfig/conf.avail/65-alef.conf
/usr/share/fonts/alef
/usr/share/fonts/alef/Alef-Bold.ttf
/usr/share/fonts/alef/Alef-Regular.ttf

References

Summary

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