How To Install naver-nanum-myeongjo-fonts on Fedora 36
Introduction
In this tutorial we learn how to install naver-nanum-myeongjo-fonts on Fedora 36.
What is naver-nanum-myeongjo-fonts
Nanum fonts are collection of commonly-used Myeongjo and Gothic Korean font families, designed by Sandoll Communication and Fontrix. The publisher is Naver Corporation. This package consists of the Nanum fonts Myeongjo font faces.
We can use yum or dnf to install naver-nanum-myeongjo-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install naver-nanum-myeongjo-fonts.
Install naver-nanum-myeongjo-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 naver-nanum-myeongjo-fonts using dnf by running the following command:
sudo dnf -y install naver-nanum-myeongjo-fonts
Install naver-nanum-myeongjo-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 naver-nanum-myeongjo-fonts using yum by running the following command:
sudo yum -y install naver-nanum-myeongjo-fonts
How To Uninstall naver-nanum-myeongjo-fonts on Fedora 36
To uninstall only the naver-nanum-myeongjo-fonts package we can use the following command:
sudo dnf remove naver-nanum-myeongjo-fonts
naver-nanum-myeongjo-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/65-2-naver-nanum-myeongjo.conf
/usr/share/fontconfig/conf.avail/65-2-naver-nanum-myeongjo.conf
/usr/share/fonts/naver-nanum
/usr/share/fonts/naver-nanum/NanumMyeongjo.ttf
/usr/share/fonts/naver-nanum/NanumMyeongjoBold.ttf
/usr/share/fonts/naver-nanum/NanumMyeongjoExtraBold.ttf
/usr/share/metainfo/naver-nanum-myeongjo.metainfo.xml
References
Summary
In this tutorial we learn how to install naver-nanum-myeongjo-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).