How to Install and Uninstall python-pyparsing-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "python-pyparsing-doc" package

Please follow the steps below to install python-pyparsing-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-pyparsing-doc

2. Uninstall "python-pyparsing-doc" package

Please follow the guidelines below to uninstall python-pyparsing-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-pyparsing-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyparsing-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-pyparsing-doc
Architecture: all
Version: 2.4.7-1
Multi-Arch: foreign
Priority: optional
Section: doc
Source: pyparsing
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1834
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/main/p/pyparsing/python-pyparsing-doc_2.4.7-1_all.deb
Size: 507528
MD5sum: 7ec0e2c1a319150f771092d5d3028ae8
SHA1: 75d49faab0a803e754725e77064e00804a68ff77
SHA256: 9a02f797f40525f3991e55aa443470d0d53a76291da867e0072fbeae2bd2824d
SHA512: 7f272d0d864915a19bfca3cd4e63a17b9f127290d05d33c73bb40c8be60316635fb7cdd745bae447773738d101bbf39dd334c9ce58af5108aec021ebcb401364
Homepage: https://github.com/pyparsing/pyparsing/
Description-en: alternative to creating and executing simple grammars - doc
The parsing module is an alternative approach to creating and
executing simple grammars, vs. the traditional lex/yacc approach, or
the use of regular expressions. The parsing module provides a
library of classes that client code uses to construct the grammar
directly in Python code.
.
Here's an example:
.
from pyparsing import Word, alphas
greet = Word(alphas) + "," + Word(alphas) + "!"
hello = "Hello, World!"
print hello, "->", greet.parseString(hello)
.
This package contains documentation for python-pyparsing.
Description-md5: c3ac6ba5b092e85df09f8373707d9b28