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

Last updated: May 17,2024

1. Install "python-hunspell" package

Please follow the guidance below to install python-hunspell on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-hunspell

2. Uninstall "python-hunspell" package

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

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

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

Package: python-hunspell
Priority: optional
Section: universe/python
Installed-Size: 24
Maintainer: Ubuntu Developers
Original-Maintainer: Benjamin Drung
Architecture: amd64
Source: pyhunspell
Version: 0.1-2build3
Provides: python2.7-hunspell
Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.4), libhunspell-1.3-0 (>= 1.3.3)
Filename: pool/universe/p/pyhunspell/python-hunspell_0.1-2build3_amd64.deb
Size: 5700
MD5sum: e8c9ef53fb589134177d033dfde35be9
SHA1: f168170c9beab6f1e76c3a5d96c8d8932aa5ad1d
SHA256: a2eb62bd469ebb2cd280058deb62d0fa23ac8997be0f2d973d983eb3ba084e7b
Description-en: Python 2 binding for Hunspell
Pyhunspell is a set of Python bindings for the Hunspell spell-checker
engine. It lets developers load Hunspell dictionaries, check words, get
suggestions, add new words, etc. It also provides some basic morphological
analysis related methods.
.
This package provides the binding to Python 2.
Description-md5: 5ec989192e0f66e9a5921bf463a650c7
Homepage: https://pypi.python.org/pypi/hunspell
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu