How To Install symbian-m-yuppy-gb-fonts on Fedora 36

In this tutorial we learn how to install symbian-m-yuppy-gb-fonts in Fedora 36. symbian-m-yuppy-gb-fonts is M Yuppy GB, a Chinese font family with a unique, modern feel

Introduction

In this tutorial we learn how to install symbian-m-yuppy-gb-fonts on Fedora 36.

What is symbian-m-yuppy-gb-fonts

Designed to appeal to young urban professionals, M Yuppy is a font family with a unique, modern feel. The design combines elements of handwriting with classic letter-form characteristics, such as open shapes and proper proportions that help the typeface retain legibility.

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

Install symbian-m-yuppy-gb-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 symbian-m-yuppy-gb-fonts using dnf by running the following command:

sudo dnf -y install symbian-m-yuppy-gb-fonts

Install symbian-m-yuppy-gb-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 symbian-m-yuppy-gb-fonts using yum by running the following command:

sudo yum -y install symbian-m-yuppy-gb-fonts

How To Uninstall symbian-m-yuppy-gb-fonts on Fedora 36

To uninstall only the symbian-m-yuppy-gb-fonts package we can use the following command:

sudo dnf remove symbian-m-yuppy-gb-fonts

symbian-m-yuppy-gb-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/65-symbian-m-yuppy-gb-fonts.conf
/usr/share/fontconfig/conf.avail/65-symbian-m-yuppy-gb-fonts.conf
/usr/share/fonts/symbian-m-yuppy-gb-fonts
/usr/share/fonts/symbian-m-yuppy-gb-fonts/MYuppyGB-Medium.ttf
/usr/share/licenses/symbian-m-yuppy-gb-fonts
/usr/share/licenses/symbian-m-yuppy-gb-fonts/MYuppyGB-Medium_README.TXT
/usr/share/metainfo/org.fedoraproject.symbian-m-yuppy-gb-fonts.metainfo.xml

References

Summary

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