How To Install khmeros-base-fonts on CentOS 7
Introduction
In this tutorial we learn how to install khmeros-base-fonts
on CentOS 7.
What is khmeros-base-fonts
The Khmer OS fonts include Khmer and Latin alphabets, and they have equivalent sizes for Khmer and English alphabets, so that when texts mix both it is not necessary to have different point sizes for the text in each language. They were created by Danh Hong of the Cambodian Open Institute. Base KhmerOS fonts.
We can use yum
or dnf
to install khmeros-base-fonts
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install khmeros-base-fonts.
Install khmeros-base-fonts on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install khmeros-base-fonts
using yum
by running the following command:
sudo yum -y install khmeros-base-fonts
Install khmeros-base-fonts on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
sudo dnf makecache
After updating yum database, We can install khmeros-base-fonts
using dnf
by running the following command:
sudo dnf -y install khmeros-base-fonts
How To Uninstall khmeros-base-fonts on CentOS 7
To uninstall only the khmeros-base-fonts
package we can use the following command:
sudo dnf remove khmeros-base-fonts
References
Summary
In this tutorial we learn how to install khmeros-base-fonts
on CentOS 7 using yum
and dnf
.