How To Install horai-ume-mincho-fonts on CentOS 7
Introduction
In this tutorial we learn how to install horai-ume-mincho-fonts
on CentOS 7.
What is horai-ume-mincho-fonts
This package contains fonts published by Wataru Horai. It contains Gothic and Mincho styles in 18 variants total * Ume Gothic Original, O5, C4, C5, S4, S5 * Ume P Gothic Original, O5, C4, C5, S4, S5 * Ume UI Gothic Original, O5 * Ume Mincho Original, S3 * Ume P Mincho Original, S3 In addition to Latin, Greek and Cyrilics scripts it provides Hiragana, Katakana and CJK. These fonts are suitable for easy on-screen legibility. The Ume Mincho family features serif fonts.
We can use yum
or dnf
to install horai-ume-mincho-fonts
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install horai-ume-mincho-fonts.
Install horai-ume-mincho-fonts on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install horai-ume-mincho-fonts
using yum
by running the following command:
sudo yum -y install horai-ume-mincho-fonts
Install horai-ume-mincho-fonts on CentOS 7 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 horai-ume-mincho-fonts
using dnf
by running the following command:
sudo dnf -y install horai-ume-mincho-fonts
How To Uninstall horai-ume-mincho-fonts on CentOS 7
To uninstall only the horai-ume-mincho-fonts
package we can use the following command:
sudo dnf remove horai-ume-mincho-fonts
References
Summary
In this tutorial we learn how to install horai-ume-mincho-fonts
on CentOS 7 using yum
and dnf
.