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

Last updated: May 20,2024

1. Install "python3-sphinxcontrib.spelling" package

Please follow the steps below to install python3-sphinxcontrib.spelling on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-sphinxcontrib.spelling

2. Uninstall "python3-sphinxcontrib.spelling" package

Please follow the steps below to uninstall python3-sphinxcontrib.spelling on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-sphinxcontrib.spelling $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-sphinxcontrib.spelling
Priority: optional
Section: universe/python
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: sphinxcontrib-spelling
Version: 2.1.2-1
Depends: python3-six, python3-sphinx, python3:any (>= 3.3.2-2~), python3-docutils, python3-enchant
Filename: pool/universe/s/sphinxcontrib-spelling/python3-sphinxcontrib.spelling_2.1.2-1_all.deb
Size: 9958
MD5sum: 320e2b2a11e61037b09c469fe911a1eb
SHA1: 0469450548ea1a8fdf0130fd90dc1abca83840b5
SHA256: 6518f9e11fd54cc5aca5588f72abef51d820f43044806c1bad632b52a05e2167
Description-en: Sphinx "spelling" extension (Python 3)
This package contains the spelling extension for the Sphinx documentation
system.
The extension enables a spelling checker which uses PyEnchant to produce a
report showing misspelled words.
.
The extension also:
- Supports multiple source languages using the standard enchant
dictionaries.
- Supports project-specific dictionaries for localized jargon and other
terminology that may not appear in the global dictionaries.
- Suggests alternatives to words not found in the dictionary, when
possible.
.
This package contains the Python 3 version of the extension.
Description-md5: bc2ed0a79b8b555d0790cdb3646bbdf9
Homepage: http://bitbucket.org/dhellmann/sphinxcontrib-spelling
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu