How to Install and Uninstall python3-whoosh Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-whoosh" package

Please follow the guidelines below to install python3-whoosh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-whoosh

2. Uninstall "python3-whoosh" package

This guide let you learn how to uninstall python3-whoosh on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-whoosh package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-whoosh
Priority: optional
Section: universe/python
Installed-Size: 1740
Maintainer: Ubuntu Developers
Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy)
Architecture: all
Source: python-whoosh
Version: 2.7.0-1
Depends: python3:any (>= 3.3.2-2~)
Suggests: python-whoosh-doc
Filename: pool/universe/p/python-whoosh/python3-whoosh_2.7.0-1_all.deb
Size: 286890
MD5sum: 290666dc702882aef5325ace4e563f45
SHA1: 53d9ebf39c05f34b6ea95b58eed343687873311b
SHA256: 934d8e71cce3c38943ffc89b2f13e7b413efc136a75bd328767af40df4ed8da2
Description-en: 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: 185e37d01d8d79de3f70b6536bfaeef3
Homepage: http://bitbucket.org/mchaput/whoosh/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu