How To Install ipa-ex-gothic-fonts on Fedora 36
Introduction
In this tutorial we learn how to install ipa-ex-gothic-fonts
on Fedora 36.
What is ipa-ex-gothic-fonts
IPAex Font is a Japanese OpenType fonts that is JIS X 0213 compliant, provided by Information-technology Promotion Agency, Japan. This package contains Gothic (sans-serif) style font.
We can use yum
or dnf
to install ipa-ex-gothic-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipa-ex-gothic-fonts.
Install ipa-ex-gothic-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-ex-gothic-fonts
using dnf
by running the following command:
sudo dnf -y install ipa-ex-gothic-fonts
Install ipa-ex-gothic-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-ex-gothic-fonts
using yum
by running the following command:
sudo yum -y install ipa-ex-gothic-fonts
How To Uninstall ipa-ex-gothic-fonts on Fedora 36
To uninstall only the ipa-ex-gothic-fonts
package we can use the following command:
sudo dnf remove ipa-ex-gothic-fonts
ipa-ex-gothic-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/68-ipa-ex-gothic.conf
/usr/share/doc/ipa-ex-gothic-fonts
/usr/share/doc/ipa-ex-gothic-fonts/Readme_ipaexg00401.txt
/usr/share/fontconfig/conf.avail/68-ipa-ex-gothic.conf
/usr/share/fonts/ipa-ex-gothic
/usr/share/fonts/ipa-ex-gothic/ipaexg.ttf
/usr/share/licenses/ipa-ex-gothic-fonts
/usr/share/licenses/ipa-ex-gothic-fonts/IPA_Font_License_Agreement_v1.0.txt
/usr/share/metainfo/ipa-ex-gothic.metainfo.xml
References
Summary
In this tutorial we learn how to install ipa-ex-gothic-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).