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

Last updated: September 19,2024

1. Install "python3-whoosh.noarch" package

Please follow the step by step instructions below to install python3-whoosh.noarch on Fedora 34

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

2. Uninstall "python3-whoosh.noarch" package

This tutorial shows how to uninstall python3-whoosh.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:14:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-whoosh
Version : 2.7.4
Release : 21.fc34
Architecture : noarch
Size : 993 k
Source : python-whoosh-2.7.4-21.fc34.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.