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

Last updated: May 20,2024

1. Install "python3-py3c" package

Please follow the instructions below to install python3-py3c on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-py3c

2. Uninstall "python3-py3c" package

Please follow the steps below to uninstall python3-py3c on openSUSE Leap:

$ sudo zypper remove python3-py3c

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

Information for package python3-py3c:
-------------------------------------
Repository : Main Repository
Name : python3-py3c
Version : 1.3.1-150400.1.6
Arch : noarch
Vendor : SUSE LLC
Installed Size : 4.9 KiB
Installed : No
Status : not installed
Source package : python-py3c-1.3.1-150400.1.6.src
Upstream URL : http://py3c.readthedocs.io/
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.