How to Install and Uninstall python3-whoosh.noarch Package on Fedora 36

Last updated: November 28,2024

1. Install "python3-whoosh.noarch" package

Here is a brief guide to show you how to install python3-whoosh.noarch on Fedora 36

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

2. Uninstall "python3-whoosh.noarch" package

Please follow the guidelines below to uninstall python3-whoosh.noarch on Fedora 36:

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

3. Information about the python3-whoosh.noarch package on Fedora 36

Last metadata expiration check: 2:25:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-whoosh
Version : 2.7.4
Release : 24.fc36
Architecture : noarch
Size : 1.0 M
Source : python-whoosh-2.7.4-24.fc36.src.rpm
Repository : fedora
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.