How to Install and Uninstall python3-enchant.noarch Package on CentOS Stream 9

Last updated: October 10,2024

1. Install "python3-enchant.noarch" package

In this section, we are going to explain the necessary steps to install python3-enchant.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-enchant.noarch

2. Uninstall "python3-enchant.noarch" package

This tutorial shows how to uninstall python3-enchant.noarch on CentOS Stream 9:

$ sudo dnf remove python3-enchant.noarch $ sudo dnf autoremove

3. Information about the python3-enchant.noarch package on CentOS Stream 9

Last metadata expiration check: 2:23:09 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-enchant
Version : 3.2.0
Release : 5.el9
Architecture : noarch
Size : 86 k
Source : python-enchant-3.2.0-5.el9.src.rpm
Repository : appstream
Summary : Python 3 bindings for Enchant spellchecking library
URL : http://packages.python.org/pyenchant/
License : LGPLv2+
Description : PyEnchant is a spellchecking library for Python 3, based on the Enchant
: library by Dom Lachowicz.