How to Install and Uninstall hunspell.i686 Package on CentOS Stream 8

Last updated: May 14,2024

1. Install "hunspell.i686" package

This guide let you learn how to install hunspell.i686 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install hunspell.i686

2. Uninstall "hunspell.i686" package

This tutorial shows how to uninstall hunspell.i686 on CentOS Stream 8:

$ sudo dnf remove hunspell.i686 $ sudo dnf autoremove

3. Information about the hunspell.i686 package on CentOS Stream 8

Last metadata expiration check: 0:40:41 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : hunspell
Version : 1.6.2
Release : 1.el8
Architecture : i686
Size : 345 k
Source : hunspell-1.6.2-1.el8.src.rpm
Repository : appstream
Summary : A spell checker and morphological analyzer library
URL : https://github.com/hunspell/hunspell
License : LGPLv2+ or GPLv2+ or MPLv1.1
Description : 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: Ispell-like terminal interface using
: Curses library, Ispell pipe interface, LibreOffice UNO module.