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

Last updated: October 05,2024

1. Install "python2-py3c" package

Please follow the guidelines below to install python2-py3c on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-py3c

2. Uninstall "python2-py3c" package

Learn how to uninstall python2-py3c on openSUSE Leap:

$ sudo zypper remove python2-py3c

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

Information for package python2-py3c:
-------------------------------------
Repository : Main Repository
Name : python2-py3c
Version : 1.1-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 4,9 KiB
Installed : No
Status : not installed
Source package : python-py3c-1.1-bp153.1.14.src
Summary : Python compatibility headers
Description :
py3c helps porting C extensions to Python 3.
It provides a guide, and a set of macros to facilitate porting
and reduce boilerplate.