How To Install ipa-mincho-fonts on Fedora 36

In this tutorial we learn how to install ipa-mincho-fonts in Fedora 36. ipa-mincho-fonts is Japanese Mincho-typeface OpenType font by IPA

Introduction

In this tutorial we learn how to install ipa-mincho-fonts on Fedora 36.

What is ipa-mincho-fonts

IPA Font is a Japanese OpenType fonts that is JIS X 0213 compliant, provided by Information-technology Promotion Agency, Japan. This package contains Mincho style font.

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

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

sudo dnf -y install ipa-mincho-fonts

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

sudo yum -y install ipa-mincho-fonts

How To Uninstall ipa-mincho-fonts on Fedora 36

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

sudo dnf remove ipa-mincho-fonts

ipa-mincho-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/68-ipa-mincho.conf
/usr/share/doc/ipa-mincho-fonts
/usr/share/doc/ipa-mincho-fonts/Readme_ipam00303.txt
/usr/share/fontconfig/conf.avail/68-ipa-mincho.conf
/usr/share/fonts/ipa-mincho
/usr/share/fonts/ipa-mincho/ipam.ttf
/usr/share/licenses/ipa-mincho-fonts
/usr/share/licenses/ipa-mincho-fonts/IPA_Font_License_Agreement_v1.0.txt
/usr/share/metainfo/ipa-mincho.metainfo.xml

References

Summary

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