How To Install ecolier-court-fonts on Fedora 36

In this tutorial we learn how to install ecolier-court-fonts in Fedora 36. ecolier-court-fonts is Écolier Court, a schoolchildren cursive Latin font family

Introduction

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

What is ecolier-court-fonts

The Écolier court font families were created by Jean-Marie Douteau to mimic the traditional cursive writing French children are taught in school. He kindly released two of them under the OFL, which are redistributed in this package.

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

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

sudo dnf -y install ecolier-court-fonts

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

sudo yum -y install ecolier-court-fonts

How To Uninstall ecolier-court-fonts on Fedora 36

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

sudo dnf remove ecolier-court-fonts

ecolier-court-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/61-ecolier-court-fonts.conf
/usr/share/doc/ecolier-court-fonts
/usr/share/doc/ecolier-court-fonts/README-Fedora.txt
/usr/share/fontconfig/conf.avail/61-ecolier-court-fonts.conf
/usr/share/fonts/ecolier-court-fonts
/usr/share/fonts/ecolier-court-fonts/ec_cour.ttf
/usr/share/licenses/ecolier-court-fonts
/usr/share/licenses/ecolier-court-fonts/lisez_moi.txt
/usr/share/metainfo/org.fedoraproject.ecolier-court-fonts.metainfo.xml

References

Summary

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