How to Install and Uninstall python2-pycxx-devel Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python2-pycxx-devel" package

Here is a brief guide to show you how to install python2-pycxx-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pycxx-devel

2. Uninstall "python2-pycxx-devel" package

Please follow the instructions below to uninstall python2-pycxx-devel on openSUSE Leap:

$ sudo zypper remove python2-pycxx-devel

3. Information about the python2-pycxx-devel package on openSUSE Leap

Information for package python2-pycxx-devel:
--------------------------------------------
Repository : Main Repository
Name : python2-pycxx-devel
Version : 7.0.3-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 344,5 KiB
Installed : No
Status : not installed
Source package : python-pycxx-7.0.3-bp153.1.15.src
Summary : Development files for pycxx applications
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++.