How To Install clm-simple-fonts on Fedora 36

In this tutorial we learn how to install clm-simple-fonts in Fedora 36. clm-simple-fonts is Simple CLM, a sans-serif font family

Introduction

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

What is clm-simple-fonts

The culmus-fonts package contains fonts for the display of Hebrew from the Culmus project. This package provides Simple CLM, a sans-serif font family.

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

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

sudo dnf -y install clm-simple-fonts

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

sudo yum -y install clm-simple-fonts

How To Uninstall clm-simple-fonts on Fedora 36

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

sudo dnf remove clm-simple-fonts

clm-simple-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/66-clm-simple-fonts.conf
/usr/share/doc/clm-simple-fonts
/usr/share/doc/clm-simple-fonts/CHANGES
/usr/share/fontconfig/conf.avail/66-clm-simple-fonts.conf
/usr/share/fonts/clm-simple-fonts
/usr/share/fonts/clm-simple-fonts/SimpleCLM-Bold.ttf
/usr/share/fonts/clm-simple-fonts/SimpleCLM-BoldOblique.ttf
/usr/share/fonts/clm-simple-fonts/SimpleCLM-Medium.ttf
/usr/share/fonts/clm-simple-fonts/SimpleCLM-MediumOblique.ttf
/usr/share/licenses/clm-simple-fonts
/usr/share/licenses/clm-simple-fonts/GNU-GPL
/usr/share/licenses/clm-simple-fonts/LICENSE
/usr/share/licenses/clm-simple-fonts/LICENSE-BITSTREAM
/usr/share/metainfo/org.fedoraproject.clm-simple-fonts.metainfo.xml

References

Summary

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