How To Install hyphen-es on Rocky Linux 8
In this tutorial we learn how to install hyphen-es on Rocky Linux 8. hyphen-es is Spanish hyphenation rules
Introduction
In this tutorial we learn how to install hyphen-es
on Rocky Linux 8.
What is hyphen-es
Spanish hyphenation rules.
We can use yum
or dnf
to install hyphen-es
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen-es.
Install hyphen-es 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-es
using dnf
by running the following command:
sudo dnf -y install hyphen-es
Install hyphen-es 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-es
using yum
by running the following command:
sudo yum -y install hyphen-es
How To Uninstall hyphen-es on Rocky Linux 8
To uninstall only the hyphen-es
package we can use the following command:
sudo dnf remove hyphen-es
hyphen-es Package Contents on Rocky Linux 8
/usr/share/doc/hyphen-es
/usr/share/doc/hyphen-es/README_hyph_es_ANY.txt
/usr/share/hyphen/hyph_es_AR.dic
/usr/share/hyphen/hyph_es_BO.dic
/usr/share/hyphen/hyph_es_CL.dic
/usr/share/hyphen/hyph_es_CO.dic
/usr/share/hyphen/hyph_es_CR.dic
/usr/share/hyphen/hyph_es_CU.dic
/usr/share/hyphen/hyph_es_DO.dic
/usr/share/hyphen/hyph_es_EC.dic
/usr/share/hyphen/hyph_es_ES.dic
/usr/share/hyphen/hyph_es_GT.dic
/usr/share/hyphen/hyph_es_HN.dic
/usr/share/hyphen/hyph_es_MX.dic
/usr/share/hyphen/hyph_es_NI.dic
/usr/share/hyphen/hyph_es_PA.dic
/usr/share/hyphen/hyph_es_PE.dic
/usr/share/hyphen/hyph_es_PR.dic
/usr/share/hyphen/hyph_es_PY.dic
/usr/share/hyphen/hyph_es_SV.dic
/usr/share/hyphen/hyph_es_US.dic
/usr/share/hyphen/hyph_es_UY.dic
/usr/share/hyphen/hyph_es_VE.dic
/usr/share/hyphen/hypth_es.dic
/usr/share/licenses/hyphen-es
/usr/share/licenses/hyphen-es/GPLv3.txt
/usr/share/licenses/hyphen-es/LGPLv3.txt
/usr/share/licenses/hyphen-es/MPL-1.1.txt
References
Summary
In this tutorial we learn how to install hyphen-es
on Rocky Linux 8 using yum and dnf.