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

Last updated: May 17,2024

1. Install "python2-pycxx" package

This is a short guide on how to install python2-pycxx on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pycxx

2. Uninstall "python2-pycxx" package

In this section, we are going to explain the necessary steps to uninstall python2-pycxx on openSUSE Leap:

$ sudo zypper remove python2-pycxx

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

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