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

Last updated: May 20,2024

1. Install "python-pyparsing-doc" package

In this section, we are going to explain the necessary steps to install python-pyparsing-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-pyparsing-doc" package

This tutorial shows how to uninstall python-pyparsing-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyparsing-doc
Architecture: all
Version: 2.0.3+dfsg1-1ubuntu0.2
Priority: optional
Section: doc
Source: pyparsing
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Kevin Coyner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1025
Filename: pool/main/p/pyparsing/python-pyparsing-doc_2.0.3+dfsg1-1ubuntu0.2_all.deb
Size: 421526
MD5sum: 7193886a5269cd429922b2f1c9fdc542
SHA1: 89155d7c7ded8776db58cbbb4f4d5f6fb3b09a22
SHA256: 84a3bf94a2062be2a7f27069724e536de4fb255f400d400bece6c38a87962b8b
SHA512: 9769d4be50a23736a28d6e53eacf99864b955a3328b74f3066ad41b83eafee7a71159940e177f34ed2e07351b12d6b948f0dbd71d1f90f0ed35b1c1d7fd639fb
Homepage: http://pyparsing.wikispaces.com/
Description-en: Python parsing module, documentation package
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: 1b796850388b572dc1f26dce91d07102
Supported: 5y

Package: python-pyparsing-doc
Priority: optional
Section: doc
Installed-Size: 995
Maintainer: Ubuntu Developers
Original-Maintainer: Kevin Coyner
Architecture: all
Source: pyparsing
Version: 2.0.3+dfsg1-1
Filename: pool/main/p/pyparsing/python-pyparsing-doc_2.0.3+dfsg1-1_all.deb
Size: 421984
MD5sum: b6dcbb46d7add7a4ee3d6bfbb07e8c9c
SHA1: 8ac1380cf42237e07031ea2582cdb98a0b1c28da
SHA256: 30fefa97208a3cefb2ce43b8beac50300051042efed19d41885f1f0030eecb81
Description-en: Python parsing module, documentation package
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: 1b796850388b572dc1f26dce91d07102
Homepage: http://pyparsing.wikispaces.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m