How To Install mingw32-hunspell on Fedora 36

In this tutorial we learn how to install mingw32-hunspell in Fedora 36. mingw32-hunspell is MinGW Windows spell checker and morphological analyzer library

Introduction

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

What is mingw32-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, OpenOffice.org UNO module. This is the MinGW build of Hunspell.

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

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

sudo dnf -y install mingw32-hunspell

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

sudo yum -y install mingw32-hunspell

How To Uninstall mingw32-hunspell on Fedora 36

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

sudo dnf remove mingw32-hunspell

mingw32-hunspell Package Contents on Fedora 36

/usr/i686-w64-mingw32/sys-root/mingw/bin/libhunspell-1.7-0.dll
/usr/i686-w64-mingw32/sys-root/mingw/include/hunspell
/usr/i686-w64-mingw32/sys-root/mingw/include/hunspell/atypes.hxx
/usr/i686-w64-mingw32/sys-root/mingw/include/hunspell/hunspell.h
/usr/i686-w64-mingw32/sys-root/mingw/include/hunspell/hunspell.hxx
/usr/i686-w64-mingw32/sys-root/mingw/include/hunspell/hunvisapi.h
/usr/i686-w64-mingw32/sys-root/mingw/include/hunspell/w_char.hxx
/usr/i686-w64-mingw32/sys-root/mingw/lib/libhunspell-1.7.dll.a
/usr/i686-w64-mingw32/sys-root/mingw/lib/pkgconfig/hunspell.pc
/usr/share/licenses/mingw32-hunspell
/usr/share/licenses/mingw32-hunspell/COPYING
/usr/share/licenses/mingw32-hunspell/COPYING.LESSER
/usr/share/licenses/mingw32-hunspell/COPYING.MPL
/usr/share/licenses/mingw32-hunspell/license.hunspell
/usr/share/licenses/mingw32-hunspell/license.myspell

References

Summary

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