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

Last updated: May 12,2024

1. Install "python-whoosh" package

This is a short guide on how to install python-whoosh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-whoosh

2. Uninstall "python-whoosh" package

Please follow the step by step instructions below to uninstall python-whoosh on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-whoosh
Priority: optional
Section: universe/python
Installed-Size: 1739
Maintainer: Ubuntu Developers
Original-Maintainer: أحمد المحمودي (Ahmed El-Mahmoudy)
Architecture: all
Version: 2.7.0-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-whoosh-doc
Filename: pool/universe/p/python-whoosh/python-whoosh_2.7.0-1_all.deb
Size: 286800
MD5sum: 2ae2a10f6310bfc54495b0e6f0d4287b
SHA1: 8c248f77b92bcb2f7850eaf6201e56304d2a3c01
SHA256: 8ad9a962b4cda37aae94af69dfa3de5a5fa48143d5b61b4e4b87e2561d498077
Description-en: pure-Python full-text indexing, search, and spell checking library (Python 2)
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 python2 library
Description-md5: 9105135e380200eacd1a8971f3725d19
Homepage: http://bitbucket.org/mchaput/whoosh/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu