How To Install un-core-dinaru-fonts on Fedora 36
Introduction
In this tutorial we learn how to install un-core-dinaru-fonts
on Fedora 36.
What is un-core-dinaru-fonts
The UN set of Korean TrueType fonts is derived from the HLaTeX Type1 fonts made by Koaunghi Un in 1998. They were converted to TrueType with FontForge(PfaEdit) by Won-kyu Park in 2003. The Un Core set is composed of - UnBatang - UnDinaru - UnDotum - UnGraphic - UnGungseo - UnPilgi This package includes UnDinaru, a fantasy font.
We can use yum
or dnf
to install un-core-dinaru-fonts
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install un-core-dinaru-fonts.
Install un-core-dinaru-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 un-core-dinaru-fonts
using dnf
by running the following command:
sudo dnf -y install un-core-dinaru-fonts
Install un-core-dinaru-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 un-core-dinaru-fonts
using yum
by running the following command:
sudo yum -y install un-core-dinaru-fonts
How To Uninstall un-core-dinaru-fonts on Fedora 36
To uninstall only the un-core-dinaru-fonts
package we can use the following command:
sudo dnf remove un-core-dinaru-fonts
un-core-dinaru-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/67-un-core-dinaru.conf
/usr/share/fontconfig/conf.avail/67-un-core-dinaru.conf
/usr/share/fonts/un-core
/usr/share/fonts/un-core/UnDinaru.ttf
/usr/share/fonts/un-core/UnDinaruBold.ttf
/usr/share/fonts/un-core/UnDinaruLight.ttf
/usr/share/metainfo/un-core-dinaru.metainfo.xml
References
Summary
In this tutorial we learn how to install un-core-dinaru-fonts
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).