How to Install and Uninstall python3-whoosh.noarch Package on Amazon Linux 2

Last updated: June 02,2024

1. Install "python3-whoosh.noarch" package

Please follow the instructions below to install python3-whoosh.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-whoosh.noarch

2. Uninstall "python3-whoosh.noarch" package

Learn how to uninstall python3-whoosh.noarch on Amazon Linux 2:

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

3. Information about the python3-whoosh.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-whoosh
Arch : noarch
Version : 2.7.4
Release : 20.amzn2.0.2
Size : 1.0 M
Repo : amzn2-core/2/x86_64
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.