How to Install and Uninstall python3-pyparsing Package on Ubuntu 21.10 (Impish Indri)
Last updated: December 23,2024
1. Install "python3-pyparsing" package
Here is a brief guide to show you how to install python3-pyparsing on Ubuntu 21.10 (Impish Indri)
$
sudo apt update
Copied
$
sudo apt install
python3-pyparsing
Copied
2. Uninstall "python3-pyparsing" package
This is a short guide on how to uninstall python3-pyparsing on Ubuntu 21.10 (Impish Indri):
$
sudo apt remove
python3-pyparsing
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python3-pyparsing package on Ubuntu 21.10 (Impish Indri)
Package: python3-pyparsing
Architecture: all
Version: 2.4.7-1
Priority: optional
Section: python
Source: pyparsing
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 298
Depends: python3:any
Suggests: python-pyparsing-doc
Filename: pool/main/p/pyparsing/python3-pyparsing_2.4.7-1_all.deb
Size: 61404
MD5sum: c18a59d9801d1362a8eda1a484d23c8d
SHA1: d2b8cdc2ecb0645a7a8a2ab722f2d75583743a90
SHA256: b28bcfb1cf7992e1802c41b659535646cd86dd20cc62adcf941bb095005a45a4
SHA512: 088ddbb614dc46e391528f399df86ed7fce0850204d6acbe2785645bacf89ef5712abfca3999bd538ff7fac0480e780ad8b5ff7a832503aee76b3d60e1d6ce75
Homepage: https://github.com/pyparsing/pyparsing/
Description-en: alternative to creating and executing simple grammars - Python 3.x
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 Python 3.x version of python-pyparsing.
Description-md5: 57f532109ee51155cc2201e397ca6982
Task: ubuntustudio-publishing, ubuntustudio-audio
Architecture: all
Version: 2.4.7-1
Priority: optional
Section: python
Source: pyparsing
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 298
Depends: python3:any
Suggests: python-pyparsing-doc
Filename: pool/main/p/pyparsing/python3-pyparsing_2.4.7-1_all.deb
Size: 61404
MD5sum: c18a59d9801d1362a8eda1a484d23c8d
SHA1: d2b8cdc2ecb0645a7a8a2ab722f2d75583743a90
SHA256: b28bcfb1cf7992e1802c41b659535646cd86dd20cc62adcf941bb095005a45a4
SHA512: 088ddbb614dc46e391528f399df86ed7fce0850204d6acbe2785645bacf89ef5712abfca3999bd538ff7fac0480e780ad8b5ff7a832503aee76b3d60e1d6ce75
Homepage: https://github.com/pyparsing/pyparsing/
Description-en: alternative to creating and executing simple grammars - Python 3.x
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 Python 3.x version of python-pyparsing.
Description-md5: 57f532109ee51155cc2201e397ca6982
Task: ubuntustudio-publishing, ubuntustudio-audio