How To Install uniol-fonts on Fedora 36
Introduction
In this tutorial we learn how to install uniol-fonts on Fedora 36.
What is uniol-fonts
This is an Unicode compliant OlChiki or OlCemet font. OlChiki is a modern alphabetic script used to write Santhali language used in various states of India.
We can use yum or dnf to install uniol-fonts on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install uniol-fonts.
Install uniol-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 uniol-fonts using dnf by running the following command:
sudo dnf -y install uniol-fonts
Install uniol-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 uniol-fonts using yum by running the following command:
sudo yum -y install uniol-fonts
How To Uninstall uniol-fonts on Fedora 36
To uninstall only the uniol-fonts package we can use the following command:
sudo dnf remove uniol-fonts
uniol-fonts Package Contents on Fedora 36
/etc/fonts/conf.d/66-0-uniol-fonts.conf
/usr/share/doc/uniol-fonts
/usr/share/doc/uniol-fonts/README.md
/usr/share/fontconfig/conf.avail/66-0-uniol-fonts.conf
/usr/share/fonts/uniol-fonts
/usr/share/fonts/uniol-fonts/Uniol.ttf
/usr/share/metainfo/org.fedoraproject.uniol-fonts.metainfo.xml
References
Summary
In this tutorial we learn how to install uniol-fonts on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).