How To Install motoya-lmaru-fonts on Fedora 36

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

Introduction

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

What is motoya-lmaru-fonts

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

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

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

sudo dnf -y install motoya-lmaru-fonts

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

sudo yum -y install motoya-lmaru-fonts

How To Uninstall motoya-lmaru-fonts on Fedora 36

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

sudo dnf remove motoya-lmaru-fonts

motoya-lmaru-fonts Package Contents on Fedora 36

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

References

Summary

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