How to Install and Uninstall python36-pycxx-devel Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python36-pycxx-devel" package

This is a short guide on how to install python36-pycxx-devel on openSuSE Tumbleweed

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

2. Uninstall "python36-pycxx-devel" package

Learn how to uninstall python36-pycxx-devel on openSuSE Tumbleweed:

$ sudo zypper remove python36-pycxx-devel

3. Information about the python36-pycxx-devel package on openSuSE Tumbleweed

Information for package python36-pycxx-devel:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pycxx-devel
Version : 7.0.3-5.4
Arch : noarch
Vendor : openSUSE
Installed Size : 357,1 KiB
Installed : No
Status : not installed
Source package : python-pycxx-7.0.3-5.4.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++.