How To Install kanjistrokeorders-fonts on CentOS 8

In this tutorial we learn how to install kanjistrokeorders-fonts on CentOS 8. kanjistrokeorders-fonts is Font to view stroke order diagrams for Kanji, Kana and etc

Introduction

In this tutorial we learn how to install kanjistrokeorders-fonts on CentOS 8.

What is kanjistrokeorders-fonts

This font will assist people who are learning kanji, and will help teachers of Japanese in the preparation of classroom material. In the parts of your document where you want the kanji to be annotated with stroke order numbers simply set your document’s font to KanjiStrokeOrders. You will need to set the size of the font to be large to allow the stroke order numbers to show up

We can use yum or dnf to install kanjistrokeorders-fonts on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install kanjistrokeorders-fonts.

Install kanjistrokeorders-fonts on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install kanjistrokeorders-fonts using yum by running the following command:

sudo yum -y install kanjistrokeorders-fonts

Install kanjistrokeorders-fonts on CentOS 8 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install kanjistrokeorders-fonts using dnf by running the following command:

sudo dnf -y install kanjistrokeorders-fonts

How To Uninstall kanjistrokeorders-fonts on CentOS 8

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

sudo dnf remove kanjistrokeorders-fonts

References

Summary

In this tutorial we learn how to install kanjistrokeorders-fonts on CentOS 8 using yum and dnf.