How To Install naver-nanum-gothic-coding-fonts on Fedora 36
Introduction
In this tutorial we learn how to install naver-nanum-gothic-coding-fonts on Fedora 36.
What is naver-nanum-gothic-coding-fonts
Nanum Gothic Coding fonts are set of Gothic Korean font faces suitable for source code editing, designed by Sandoll Communication and published by NAVER Corporation.
We can use yum or dnf to install naver-nanum-gothic-coding-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install naver-nanum-gothic-coding-fonts.
Install naver-nanum-gothic-coding-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-gothic-coding-fonts using dnf by running the following command:
sudo dnf -y install naver-nanum-gothic-coding-fonts
Install naver-nanum-gothic-coding-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-gothic-coding-fonts using yum by running the following command:
sudo yum -y install naver-nanum-gothic-coding-fonts
How To Uninstall naver-nanum-gothic-coding-fonts on Fedora 36
To uninstall only the naver-nanum-gothic-coding-fonts package we can use the following command:
sudo dnf remove naver-nanum-gothic-coding-fonts
naver-nanum-gothic-coding-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/65-3-naver-nanum-gothic-coding.conf
/usr/share/fontconfig/conf.avail/65-3-naver-nanum-gothic-coding.conf
/usr/share/fonts/naver-nanum-gothic-coding
/usr/share/fonts/naver-nanum-gothic-coding/NanumGothic_Coding.ttf
/usr/share/fonts/naver-nanum-gothic-coding/NanumGothic_Coding_Bold.ttf
/usr/share/metainfo/naver-nanum-gothic-coding.metainfo.xml
References
Summary
In this tutorial we learn how to install naver-nanum-gothic-coding-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).