How To Install hunspell on Fedora 36
Introduction
In this tutorial we learn how to install hunspell
on Fedora 36.
What is hunspell
Hunspell is a spell checker and morphological analyzer library and program designed for languages with rich morphology and complex word compounding or character encoding. Hunspell interfaces Curses library, Ispell pipe interface, LibreOffice UNO module.
We can use yum
or dnf
to install hunspell
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell.
Install hunspell 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
using dnf
by running the following command:
sudo dnf -y install hunspell
Install hunspell 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
using yum
by running the following command:
sudo yum -y install hunspell
How To Uninstall hunspell on Fedora 36
To uninstall only the hunspell
package we can use the following command:
sudo dnf remove hunspell
hunspell Package Contents on Fedora 36
/usr/bin/hunspell
/usr/lib/.build-id
/usr/lib/.build-id/74
/usr/lib/.build-id/74/d59f2a0692de6defd5427f54b78dc08b9109a6
/usr/lib/.build-id/94
/usr/lib/.build-id/94/a10ca7ea0a7cdb3bc8556b3d8adb70179f6c48
/usr/lib64/libhunspell-1.7.so.0
/usr/lib64/libhunspell-1.7.so.0.0.1
/usr/share/doc/hunspell
/usr/share/doc/hunspell/AUTHORS
/usr/share/doc/hunspell/COPYING
/usr/share/doc/hunspell/COPYING.LESSER
/usr/share/doc/hunspell/COPYING.MPL
/usr/share/doc/hunspell/README
/usr/share/doc/hunspell/THANKS
/usr/share/doc/hunspell/license.hunspell
/usr/share/doc/hunspell/license.myspell
/usr/share/locale/ca/LC_MESSAGES/hunspell.mo
/usr/share/locale/de/LC_MESSAGES/hunspell.mo
/usr/share/locale/es/LC_MESSAGES/hunspell.mo
/usr/share/locale/hu/LC_MESSAGES/hunspell.mo
/usr/share/locale/it/LC_MESSAGES/hunspell.mo
/usr/share/locale/pl/LC_MESSAGES/hunspell.mo
/usr/share/locale/pt_BR/LC_MESSAGES/hunspell.mo
/usr/share/locale/tg/LC_MESSAGES/hunspell.mo
/usr/share/man/hu/man1/hunspell.1.gz
/usr/share/man/man1/hunspell.1.gz
References
Summary
In this tutorial we learn how to install hunspell
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).