How to Install and Uninstall python3-cxx-dev Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-cxx-dev" package

This is a short guide on how to install python3-cxx-dev on Kali Linux

$ sudo apt update $ sudo apt install python3-cxx-dev

2. Uninstall "python3-cxx-dev" package

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

$ sudo apt remove python3-cxx-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cxx-dev package on Kali Linux

Package: python3-cxx-dev
Source: pycxx
Version: 7.1.8-2
Installed-Size: 1159
Maintainer: Debian Python Team
Architecture: all
Replaces: python-cxx-dev (<< 7.0.3-3)
Depends: python3-dev, python3:any
Suggests: pkg-config
Breaks: python-cxx-dev (<< 7.0.3-3)
Size: 70432
SHA256: d943d066d428c3c21a2b49f88d1cab48b55dfa883a52dd55b13cff6dddeee215
SHA1: 2b47ae11331a49a920390e18f2babd08627a8536
MD5sum: 0415bd7962fb5a2ecb99f2346760f6b3
Description: Set of facilities to extend Python3 with C++
PyCXX is a set of C++ facilities to make it easier to write Python3
extensions. The main advantage is that it greatly increases the
probability that your program will not make a reference-counting
errors and will not have to continually check error returns from
the Python C API.
.
This package contains the Python3 headers and sources.
Description-md5:
Homepage: http://cxx.sourceforge.net
Section: python
Priority: optional
Filename: pool/main/p/pycxx/python3-cxx-dev_7.1.8-2_all.deb