How To Install motoya-lcedar-fonts on Fedora 36

In this tutorial we learn how to install motoya-lcedar-fonts in Fedora 36. motoya-lcedar-fonts is Japanese Gothic-typeface TrueType fonts by MOTOYA Co,LTD

Introduction

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

What is motoya-lcedar-fonts

Motoya font was created in 1950s, it aims beauty and readability. “MotoyaLCedar W3 mono”, Gothic-typeface font was contributed by MOTOYA Co,LTD. for Android platform.

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

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

sudo dnf -y install motoya-lcedar-fonts

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

sudo yum -y install motoya-lcedar-fonts

How To Uninstall motoya-lcedar-fonts on Fedora 36

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

sudo dnf remove motoya-lcedar-fonts

motoya-lcedar-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/70-motoya-lcedar.conf
/usr/share/doc/motoya-lcedar-fonts
/usr/share/doc/motoya-lcedar-fonts/readme.txt
/usr/share/fontconfig/conf.avail/70-motoya-lcedar.conf
/usr/share/fonts/motoya-lcedar
/usr/share/fonts/motoya-lcedar/MTLc3m.ttf
/usr/share/licenses/motoya-lcedar-fonts
/usr/share/licenses/motoya-lcedar-fonts/notice.txt
/usr/share/metainfo/motoya-lcedar.metainfo.xml

References

Summary

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