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

Last updated: September 28,2024

1. Install "python3-pcpp" package

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

$ sudo apt update $ sudo apt install python3-pcpp

2. Uninstall "python3-pcpp" package

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

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

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

Package: python3-pcpp
Source: pcpp
Version: 1.30-2
Installed-Size: 417
Maintainer: Alastair McKinstry
Architecture: amd64
Depends: python3.11:any, python3:any
Size: 66828
SHA256: b01ce6721246c6cf18f5640e4dd5c02a845c720fa6579caba1d6c564ddb4c4a7
SHA1: a52e53008707dec05be5df5de920e19108048199
MD5sum: 2864017309f419793e902f48bb8a6da0
Description: A C99 preprocessor written in pure Python
A pure universal Python C (pre-)preprocessor implementation, very useful
for pre-preprocessing header only C++ libraries into single file includes
and other such build or packaging stage manipulation.
The implementation can be used as a Python module (see API reference)
or as a command line tool pcpp which can stand in for a conventional C
preprocessor (i.e. it'll accept similar arguments).
Description-md5:
Homepage: https://pypi.python.org/pypi/pcpp
Section: python
Priority: optional
Filename: pool/main/p/pcpp/python3-pcpp_1.30-2_amd64.deb

5. The same packages on other Linux Distributions