How To Install hspell on Fedora 36
Introduction
In this tutorial we learn how to install hspell
on Fedora 36.
What is hspell
Hspell is a Hebrew SPELLer and morphological analyzer. It provides a mostly spell-like interface (gives the list of wrong words in the input text), but can also suggest corrections (-c). It also provides a true morphological analyzer (-l), that prints all known meanings of a Hebrew string. Hspell 1.4 still follows the old (pre June 2017) spelling standard of the Academy of the Hebrew Language.
We can use yum
or dnf
to install hspell
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hspell.
Install hspell 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 hspell
using dnf
by running the following command:
sudo dnf -y install hspell
Install hspell 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 hspell
using yum
by running the following command:
sudo yum -y install hspell
How To Uninstall hspell on Fedora 36
To uninstall only the hspell
package we can use the following command:
sudo dnf remove hspell
hspell Package Contents on Fedora 36
---
title: "How To Install hspell on Fedora 36"
linkTitle: "hspell"
type: "docs"
description: "In this tutorial we learn how to install hspell in Fedora 36. hspell is A Hebrew spell checker"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/hspell-featured.png
---
## Introduction
In this tutorial we learn how to install `hspell` on Fedora 36.
### What is `hspell`
> Hspell is a Hebrew SPELLer and morphological analyzer. It provides a mostly spell-like interface (gives the list of wrong words in the input text), but can also suggest corrections (-c). It also provides a true morphological analyzer (-l), that prints all known meanings of a Hebrew string. Hspell 1.4 still follows the old (pre June 2017) spelling standard of the Academy of the Hebrew Language.
We can use `yum` or `dnf` to install `hspell` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hspell.
## Install hspell on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install hspell
using dnf
by running the following command:
sudo dnf -y install hspell
Install hspell 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 hspell
using yum
by running the following command:
sudo yum -y install hspell
How To Uninstall hspell on Fedora 36
To uninstall only the hspell
package we can use the following command:
sudo dnf remove hspell
hspell Package Contents on Fedora 36
/usr/bin/hspell
/usr/bin/hspell-i
/usr/bin/multispell
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/967f737a16a196b49a662cc338371bcd32c6aa
/usr/lib/.build-id/25
/usr/lib/.build-id/25/b4fe498a7febdd0bdc8139d9cbd4c837fe3a8d
/usr/lib/libhspell.so.0
/usr/share/doc/hspell
/usr/share/doc/hspell/COPYING
/usr/share/doc/hspell/LICENSE
/usr/share/doc/hspell/README
/usr/share/doc/hspell/WHATSNEW
/usr/share/hspell
/usr/share/hspell/hebrew.wgz
/usr/share/hspell/hebrew.wgz.desc
/usr/share/hspell/hebrew.wgz.hints
/usr/share/hspell/hebrew.wgz.prefixes
/usr/share/hspell/hebrew.wgz.sizes
/usr/share/hspell/hebrew.wgz.stems
/usr/share/man/man1/hspell.1.gz
References
Summary
In this tutorial we learn how to install hspell
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/hspell /usr/bin/hspell-i /usr/bin/multispell /usr/lib/.build-id /usr/lib/.build-id/3d /usr/lib/.build-id/3d/1e7fe57d2c8692818ee442f99b4e550f0a31b9 /usr/lib/.build-id/61 /usr/lib/.build-id/61/d137e25de3a105379f92badd697d1605c536fc /usr/lib64/libhspell.so.0 /usr/share/doc/hspell /usr/share/doc/hspell/COPYING /usr/share/doc/hspell/LICENSE /usr/share/doc/hspell/README /usr/share/doc/hspell/WHATSNEW /usr/share/hspell /usr/share/hspell/hebrew.wgz /usr/share/hspell/hebrew.wgz.desc /usr/share/hspell/hebrew.wgz.hints /usr/share/hspell/hebrew.wgz.prefixes /usr/share/hspell/hebrew.wgz.sizes /usr/share/hspell/hebrew.wgz.stems /usr/share/man/man1/hspell.1.gz
## References
* [hspell website](http://hspell.ivrix.org.il/)
## Summary
In this tutorial we learn how to install `hspell` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).