How to Install and Uninstall python3-pypeg2 Package on Kali Linux

Last updated: July 06,2024

1. Install "python3-pypeg2" package

This tutorial shows how to install python3-pypeg2 on Kali Linux

$ sudo apt update $ sudo apt install python3-pypeg2

2. Uninstall "python3-pypeg2" package

This guide covers the steps necessary to uninstall python3-pypeg2 on Kali Linux:

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

3. Information about the python3-pypeg2 package on Kali Linux

Package: python3-pypeg2
Source: pypeg2
Version: 2.15.2-2.1
Installed-Size: 196
Maintainer: Fritz Reichwald
Architecture: all
Depends: python3-lxml, python3:any
Size: 30348
SHA256: 3c11bf5d89e9c643b5d3a8be66ffa34b1505d9ca7ec39ff371ad07c04a6cc9ea
SHA1: 104ae7d0d2866f43110e883924fb93bc9c574db3
MD5sum: a7f1268f1a11bbfe9a5fd27aecd5f312
Description: Intrinsic PEG Parser-Interpreter for Python
Python is a nice scripting language. It even gives you access to its own parser
and compiler. It also gives you access to different other parsers for special
purposes like XML and string templates.
.
But sometimes you may want to have your own parser. This is what's pyPEG for.
And pyPEG supports Unicode.
Description-md5:
Homepage: https://bitbucket.org/fdik/pypeg/
Section: python
Priority: optional
Filename: pool/main/p/pypeg2/python3-pypeg2_2.15.2-2.1_all.deb