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

Last updated: May 18,2024

1. Install "python3-libcst" package

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

$ sudo apt update $ sudo apt install python3-libcst

2. Uninstall "python3-libcst" package

Please follow the step by step instructions below to uninstall python3-libcst on Kali Linux:

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

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

Package: python3-libcst
Source: python-libcst
Version: 1.0.1-2
Installed-Size: 6835
Maintainer: Jelmer Vernooij
Architecture: amd64
Depends: python3 (<< 3.12), python3 (>= 3.11~), python3-typing-extensions (>= 3.7.4.2), python3-typing-inspect (>= 0.4.0), python3-yaml (>= 5.2), python3:any, libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Size: 1189648
SHA256: 7716012a38807694cad6d78c735fe89d9523de603e5f4d9e61e443ec4655e45a
SHA1: 35ef42d5434de9a85c8d55e55811689bb0375deb
MD5sum: 913ca7b9f89247a7a2e2c72252e8333e
Description: Concrete Syntax Tree (CST) parser and serializer library for Python
LibCST parses Python 3.0 -> 3.11 source code as a CST tree that keeps
all formatting details (comments, whitespaces, parentheses, etc). It's useful
for building automated refactoring (codemod) applications and linters.
Description-md5:
Section: python
Priority: optional
Filename: pool/main/p/python-libcst/python3-libcst_1.0.1-2_amd64.deb

5. The same packages on other Linux Distributions