How To Install aspell-he on Fedora 36

In this tutorial we learn how to install aspell-he in Fedora 36. aspell-he is Hebrew dictionary for Aspell

Introduction

In this tutorial we learn how to install aspell-he on Fedora 36.

What is aspell-he

Provides the word list/dictionaries for Hebrew.

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

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

sudo dnf -y install aspell-he

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

sudo yum -y install aspell-he

How To Uninstall aspell-he on Fedora 36

To uninstall only the aspell-he package we can use the following command:

sudo dnf remove aspell-he

aspell-he Package Contents on Fedora 36

/usr/lib64/aspell-0.60/he.dat
/usr/lib64/aspell-0.60/he.multi
/usr/lib64/aspell-0.60/he.rws
/usr/lib64/aspell-0.60/he_affix.dat
/usr/lib64/aspell-0.60/hebrew.alias
/usr/lib64/aspell-0.60/iso-8859-8-nl.cmap
/usr/lib64/aspell-0.60/iso-8859-8-nl.cset
/usr/share/doc/aspell-he
/usr/share/doc/aspell-he/COPYING
/usr/share/doc/aspell-he/Copyright

References

Summary

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