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

Last updated: July 03,2024

1. Install "python36-pycxx" package

Here is a brief guide to show you how to install python36-pycxx on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pycxx

2. Uninstall "python36-pycxx" package

This guide covers the steps necessary to uninstall python36-pycxx on openSuSE Tumbleweed:

$ sudo zypper remove python36-pycxx

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

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