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

Last updated: November 25,2024

1. Install "python3-whoosh.noarch" package

Please follow the step by step instructions below to install python3-whoosh.noarch on AlmaLinux 9

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

2. Uninstall "python3-whoosh.noarch" package

Learn how to uninstall python3-whoosh.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:26:03 ago on Wed Mar 13 07:41:12 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.