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

Last updated: December 24,2024

1. Install "python3-pglast" package

Here is a brief guide to show you how to install python3-pglast on Kali Linux

$ sudo apt update $ sudo apt install python3-pglast

2. Uninstall "python3-pglast" package

Please follow the guidelines below to uninstall python3-pglast on Kali Linux:

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

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

Package: python3-pglast
Source: pglast
Version: 6.2-1
Installed-Size: 1966
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-pkg-resources, python3:any, libc6 (>= 2.4), libpg-query1605.1
Suggests: python-pglast-doc
Size: 467160
SHA256: 716fccfa11fa63f18cff0cadaa433d08e908eb16ec716698018294f7bb94cd7e
SHA1: 78c6f4d281e116eed0d4f18689d60bb5f21991fb
MD5sum: 77f3c5d6e1ec36a19d71c4bdee7da34f
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
This is a Python 3 module that exposes the parse tree of a PostgreSQL
statement (extracted by the almost standard PG parser repackaged as a
standalone static library by libpg_query) as set of interconnected nodes,
usually called an abstract syntax tree.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/lelit/pglast
Section: python
Priority: optional
Filename: pool/main/p/pglast/python3-pglast_6.2-1_amd64.deb