How to Install and Uninstall python3-CXX Package on openSUSE Leap

Last updated: April 25,2024

1. Install "python3-CXX" package

Please follow the steps below to install python3-CXX on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-CXX

2. Uninstall "python3-CXX" package

Here is a brief guide to show you how to uninstall python3-CXX on openSUSE Leap:

$ sudo zypper remove python3-CXX

3. Information about the python3-CXX package on openSUSE Leap

Information for package python3-CXX:
------------------------------------
Repository : Main Repository
Name : python3-CXX
Version : 7.0.3-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 12.9 KiB
Installed : No
Status : not installed
Source package : python-CXX-7.0.3-bp155.2.10.src
Upstream URL : http://CXX.sourceforge.net/
Summary : Write Python extensions in C++
Description :
PyCXX is a set of classes to help create extensions of Python in the C
language. The first part encapsulates the Python C API taking care of
exceptions and ref counting. The second part supports the building of Python
extension modules in C++.