How to Install and Uninstall python3-cxx-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-cxx-dev" package

Please follow the instructions below to install python3-cxx-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-cxx-dev" package

In this section, we are going to explain the necessary steps to uninstall python3-cxx-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-cxx-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-cxx-dev
Priority: optional
Section: universe/python
Installed-Size: 1007
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pycxx
Version: 6.2.6-2
Depends: python-cxx-dev, python3-dev, python3:any (>= 3.3.2-2~)
Suggests: pkg-config
Filename: pool/universe/p/pycxx/python3-cxx-dev_6.2.6-2_all.deb
Size: 59178
MD5sum: 30918a75012812091a0c0633309bb5c6
SHA1: 505fdd4c3f218350d01e2c6989a8e61ab7f87291
SHA256: 1f648aae6dfdadb02a58a4c69be8b2f5b87f24ec0cdcd982719dabe8bb00615e
Description-en: 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: 8a960c46783beb7399f164e4fb8f3a2a
Homepage: http://cxx.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu