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

Last updated: May 18,2024

1. Install "python3-pyparsing" package

This tutorial shows how to install python3-pyparsing on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyparsing

2. Uninstall "python3-pyparsing" package

Here is a brief guide to show you how to uninstall python3-pyparsing on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-pyparsing $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-pyparsing
Architecture: all
Version: 2.0.3+dfsg1-1ubuntu0.2
Priority: optional
Section: python
Source: pyparsing
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Kevin Coyner
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 176
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/main/p/pyparsing/python3-pyparsing_2.0.3+dfsg1-1ubuntu0.2_all.deb
Size: 35464
MD5sum: bc10e506be54c808853dc9b313f6b0d4
SHA1: 2980bc6c1edfb485cf621cebfb995c5d7242a6ff
SHA256: b7e12434109fec1b9c09c102d4ab24e5c4cf229758323fdc50364e99edbe4814
SHA512: 9a178a1678b1a7001a88bc9fd4f56940624ad5632287a0b0928ffa703ab2069fe9be29fe3391e6eac5d246993dcfc72fc50e6ccd7f3da2db2b0fcb49c05aea13
Homepage: http://pyparsing.wikispaces.com/
Description-en: Python parsing module, Python3 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 the Python3 version of python-pyparsing.
Description-md5: 1744489b67dc2e0fe177bd113a785765
Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, ubuntustudio-video, ubuntukylin-desktop
Supported: 5y

Package: python3-pyparsing
Priority: optional
Section: python
Installed-Size: 197
Maintainer: Ubuntu Developers
Original-Maintainer: Kevin Coyner
Architecture: all
Source: pyparsing
Version: 2.0.3+dfsg1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/main/p/pyparsing/python3-pyparsing_2.0.3+dfsg1-1_all.deb
Size: 35410
MD5sum: 8cb58bd0d5b6574c796a43f33b466996
SHA1: 1ccafb1caebd826970564838a4d9e79e62be5bbe
SHA256: c2fb4bd645afd556d8146ed05395d4a9293c4eac1bc5862202b16d426084eae5
Description-en: Python parsing module, Python3 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 the Python3 version of python-pyparsing.
Description-md5: 1744489b67dc2e0fe177bd113a785765
Homepage: http://pyparsing.wikispaces.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y
Task: ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, ubuntustudio-video, ubuntukylin-desktop