How To Install hyphen-mi on Fedora 36
In this tutorial we learn how to install hyphen-mi in Fedora 36. hyphen-mi is Maori hyphenation rules
Introduction
In this tutorial we learn how to install hyphen-mi
on Fedora 36.
What is hyphen-mi
Maori hyphenation rules.
We can use yum
or dnf
to install hyphen-mi
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen-mi.
Install hyphen-mi 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 hyphen-mi
using dnf
by running the following command:
sudo dnf -y install hyphen-mi
Install hyphen-mi 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 hyphen-mi
using yum
by running the following command:
sudo yum -y install hyphen-mi
How To Uninstall hyphen-mi on Fedora 36
To uninstall only the hyphen-mi
package we can use the following command:
sudo dnf remove hyphen-mi
hyphen-mi Package Contents on Fedora 36
/usr/share/doc/hyphen-mi
/usr/share/doc/hyphen-mi/mi.LICENSE
/usr/share/doc/hyphen-mi/mi.README
/usr/share/hyphen/hyph_mi_NZ.dic
References
Summary
In this tutorial we learn how to install hyphen-mi
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).