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

Last updated: December 26,2024

1. Install "python3-whoosh.noarch" package

Learn how to install python3-whoosh.noarch on CentOS Stream 9

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

2. Uninstall "python3-whoosh.noarch" package

Please follow the guidance below to uninstall python3-whoosh.noarch on CentOS Stream 9:

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

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

Last metadata expiration check: 1:26:24 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-whoosh
Version : 2.7.4
Release : 29.el9
Architecture : noarch
Size : 988 k
Source : python-whoosh-2.7.4-29.el9.src.rpm
Repository : epel
Summary : Fast, Python3 full text indexing, search, and spell checking library
URL : http://pythonhosted.org/Whoosh/
License : BSD
Description : Whoosh is a fast, featureful full-text indexing and searching library
: implemented in pure Python. Programmers can use it to easily add search
: functionality to their applications and websites. Every part of how Whoosh
: works can be extended or replaced to meet your needs exactly.