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

Last updated: May 15,2024

1. Install "python3-pycparser" package

In this section, we are going to explain the necessary steps to install python3-pycparser on Kali Linux

$ sudo apt update $ sudo apt install python3-pycparser

2. Uninstall "python3-pycparser" package

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

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

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

Package: python3-pycparser
Source: pycparser
Version: 2.21-1
Installed-Size: 618
Maintainer: Debian Python Team
Architecture: all
Depends: python3-ply-lex-3.10, python3-ply-yacc-3.10, python3:any
Suggests: cpp
Size: 78776
SHA256: 75b24be8984010092d36f29e5792ae7025da8cb374fd3a1102fb7cbca4df8487
SHA1: 44bed593be8d83e687217d40953988a47a2f8cff
MD5sum: cf2d85b7b6588d877a8d890a0b83d935
Description: C parser in Python 3
pycparser is a complete parser of the C language, written in pure Python using
the PLY parsing library. It parses C code into an AST and can serve as a
front-end for C compilers or analysis tools.
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://github.com/eliben/pycparser
Section: python
Priority: optional
Filename: pool/main/p/pycparser/python3-pycparser_2.21-1_all.deb