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

Last updated: October 07,2024

1. Install "python3-whoosh.noarch" package

This guide let you learn how to install python3-whoosh.noarch on Fedora 35

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

2. Uninstall "python3-whoosh.noarch" package

This is a short guide on how to uninstall python3-whoosh.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:34:45 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-whoosh
Version : 2.7.4
Release : 23.fc35
Architecture : noarch
Size : 1.0 M
Source : python-whoosh-2.7.4-23.fc35.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.