How To Install hunspell-ar on Fedora 36

In this tutorial we learn how to install hunspell-ar in Fedora 36. hunspell-ar is Arabic hunspell dictionaries

Introduction

In this tutorial we learn how to install hunspell-ar on Fedora 36.

What is hunspell-ar

Arabic (Egypt, Algeria, etc.) hunspell dictionaries.

We can use yum or dnf to install hunspell-ar on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-ar.

Install hunspell-ar 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 hunspell-ar using dnf by running the following command:

sudo dnf -y install hunspell-ar

Install hunspell-ar 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 hunspell-ar using yum by running the following command:

sudo yum -y install hunspell-ar

How To Uninstall hunspell-ar on Fedora 36

To uninstall only the hunspell-ar package we can use the following command:

sudo dnf remove hunspell-ar

hunspell-ar Package Contents on Fedora 36

/usr/share/doc/hunspell-ar
/usr/share/doc/hunspell-ar/AUTHORS
/usr/share/doc/hunspell-ar/COPYING
/usr/share/doc/hunspell-ar/ChangeLog-ar
/usr/share/doc/hunspell-ar/README-ar
/usr/share/doc/hunspell-ar/README-en
/usr/share/doc/hunspell-ar/README-fr
/usr/share/doc/hunspell-ar/THANKS
/usr/share/hunspell/ar_AE.aff
/usr/share/hunspell/ar_AE.dic
/usr/share/hunspell/ar_BH.aff
/usr/share/hunspell/ar_BH.dic
/usr/share/hunspell/ar_DJ.aff
/usr/share/hunspell/ar_DJ.dic
/usr/share/hunspell/ar_DZ.aff
/usr/share/hunspell/ar_DZ.dic
/usr/share/hunspell/ar_EG.aff
/usr/share/hunspell/ar_EG.dic
/usr/share/hunspell/ar_ER.aff
/usr/share/hunspell/ar_ER.dic
/usr/share/hunspell/ar_IL.aff
/usr/share/hunspell/ar_IL.dic
/usr/share/hunspell/ar_IN.aff
/usr/share/hunspell/ar_IN.dic
/usr/share/hunspell/ar_IQ.aff
/usr/share/hunspell/ar_IQ.dic
/usr/share/hunspell/ar_JO.aff
/usr/share/hunspell/ar_JO.dic
/usr/share/hunspell/ar_KM.aff
/usr/share/hunspell/ar_KM.dic
/usr/share/hunspell/ar_KW.aff
/usr/share/hunspell/ar_KW.dic
/usr/share/hunspell/ar_LB.aff
/usr/share/hunspell/ar_LB.dic
/usr/share/hunspell/ar_LY.aff
/usr/share/hunspell/ar_LY.dic
/usr/share/hunspell/ar_MA.aff
/usr/share/hunspell/ar_MA.dic
/usr/share/hunspell/ar_MR.aff
/usr/share/hunspell/ar_MR.dic
/usr/share/hunspell/ar_OM.aff
/usr/share/hunspell/ar_OM.dic
/usr/share/hunspell/ar_PS.aff
/usr/share/hunspell/ar_PS.dic
/usr/share/hunspell/ar_QA.aff
/usr/share/hunspell/ar_QA.dic
/usr/share/hunspell/ar_SA.aff
/usr/share/hunspell/ar_SA.dic
/usr/share/hunspell/ar_SD.aff
/usr/share/hunspell/ar_SD.dic
/usr/share/hunspell/ar_SO.aff
/usr/share/hunspell/ar_SO.dic
/usr/share/hunspell/ar_SY.aff
/usr/share/hunspell/ar_SY.dic
/usr/share/hunspell/ar_TD.aff
/usr/share/hunspell/ar_TD.dic
/usr/share/hunspell/ar_TN.aff
/usr/share/hunspell/ar_TN.dic
/usr/share/hunspell/ar_YE.aff
/usr/share/hunspell/ar_YE.dic

References

Summary

In this tutorial we learn how to install hunspell-ar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).