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

Last updated: June 01,2024

1. Install "python2-CXX" package

This guide let you learn how to install python2-CXX on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-CXX

2. Uninstall "python2-CXX" package

This is a short guide on how to uninstall python2-CXX on openSUSE Leap:

$ sudo zypper remove python2-CXX

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

Information for package python2-CXX:
------------------------------------
Repository : Main Repository
Name : python2-CXX
Version : 7.0.3-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 12,9 KiB
Installed : No
Status : not installed
Source package : python-CXX-7.0.3-bp153.1.14.src
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++.