How to Install and Uninstall python3-whoosh Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-whoosh" package

In this section, we are going to explain the necessary steps to install python3-whoosh on Kali Linux

$ sudo apt update $ sudo apt install python3-whoosh

2. Uninstall "python3-whoosh" package

Please follow the steps below to uninstall python3-whoosh on Kali Linux:

$ sudo apt remove python3-whoosh $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-whoosh package on Kali Linux

Package: python3-whoosh
Source: python-whoosh
Version: 2.7.4+git6-g9134ad92-8
Installed-Size: 1739
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Suggests: python-whoosh-doc
Size: 286112
SHA256: 199c58309da871245a56274e4bf62636af1620b825153d3009a68bae3c9edf5d
SHA1: 09d4470cb5f12d0b36b6a3da76d2e422549b67cc
MD5sum: af3269f0edfa7396a4fd44dbb2bacda4
Description: pure-Python full-text indexing, search, and spell checking library (Python 3)
Whoosh is a fast, pure-Python indexing and search library. Programmers
can use it to easily add search functionality to their applications and
websites. As Whoosh is pure Python, you don't have to compile or
install a binary support library and/or make Python work with a JVM, yet
indexing and searching is still very fast. Whoosh is designed to be
modular, so every part can be extended or replaced to meet your needs
exactly.
.
This package contains the python3 library
Description-md5:
Homepage: http://bitbucket.org/mchaput/whoosh/
Section: python
Priority: optional
Filename: pool/main/p/python-whoosh/python3-whoosh_2.7.4+git6-g9134ad92-8_all.deb