How To Install hyphen-mn on Rocky Linux 8
In this tutorial we learn how to install hyphen-mn on Rocky Linux 8. hyphen-mn is Mongolian hyphenation rules
Introduction
In this tutorial we learn how to install hyphen-mn
on Rocky Linux 8.
What is hyphen-mn
Mongolian hyphenation rules.
We can use yum
or dnf
to install hyphen-mn
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen-mn.
Install hyphen-mn on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install hyphen-mn
using dnf
by running the following command:
sudo dnf -y install hyphen-mn
Install hyphen-mn on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hyphen-mn
using yum
by running the following command:
sudo yum -y install hyphen-mn
How To Uninstall hyphen-mn on Rocky Linux 8
To uninstall only the hyphen-mn
package we can use the following command:
sudo dnf remove hyphen-mn
hyphen-mn Package Contents on Rocky Linux 8
/usr/share/doc/hyphen-mn
/usr/share/doc/hyphen-mn/README
/usr/share/hyphen/hyph_mn_MN.dic
References
Summary
In this tutorial we learn how to install hyphen-mn
on Rocky Linux 8 using yum and dnf.