How To Install ipa-pmincho-fonts on Fedora 36

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

Introduction

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

What is ipa-pmincho-fonts

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

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

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

sudo dnf -y install ipa-pmincho-fonts

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

sudo yum -y install ipa-pmincho-fonts

How To Uninstall ipa-pmincho-fonts on Fedora 36

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

sudo dnf remove ipa-pmincho-fonts

ipa-pmincho-fonts Package Contents on Fedora 36

/etc/fonts/conf.d/68-ipa-pmincho.conf
/usr/share/doc/ipa-pmincho-fonts
/usr/share/doc/ipa-pmincho-fonts/Readme_ipamp00303.txt
/usr/share/fontconfig/conf.avail/68-ipa-pmincho.conf
/usr/share/fonts/ipa-pmincho
/usr/share/fonts/ipa-pmincho/ipamp.ttf
/usr/share/licenses/ipa-pmincho-fonts
/usr/share/licenses/ipa-pmincho-fonts/IPA_Font_License_Agreement_v1.0.txt

References

Summary

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