How To Install mplus-1p-fonts on Fedora 36
Introduction
In this tutorial we learn how to install mplus-1p-fonts
on Fedora 36.
What is mplus-1p-fonts
The combination of fixed-fullwidth M+ 1P for Japanese and proportional M+ 1P Type-1 for alphabets. They are 7 weights from Thin to Black.
We can use yum
or dnf
to install mplus-1p-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mplus-1p-fonts.
Install mplus-1p-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 mplus-1p-fonts
using dnf
by running the following command:
sudo dnf -y install mplus-1p-fonts
Install mplus-1p-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 mplus-1p-fonts
using yum
by running the following command:
sudo yum -y install mplus-1p-fonts
How To Uninstall mplus-1p-fonts on Fedora 36
To uninstall only the mplus-1p-fonts
package we can use the following command:
sudo dnf remove mplus-1p-fonts
mplus-1p-fonts Package Contents on Fedora 36
/usr/share/appdata/mplus-1p.metainfo.xml
/usr/share/fonts/mplus
/usr/share/fonts/mplus/mplus-1p-black.ttf
/usr/share/fonts/mplus/mplus-1p-bold.ttf
/usr/share/fonts/mplus/mplus-1p-heavy.ttf
/usr/share/fonts/mplus/mplus-1p-light.ttf
/usr/share/fonts/mplus/mplus-1p-medium.ttf
/usr/share/fonts/mplus/mplus-1p-regular.ttf
/usr/share/fonts/mplus/mplus-1p-thin.ttf
References
Summary
In this tutorial we learn how to install mplus-1p-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).