How to Install and Uninstall python311-Cython Package on openSUSE Leap

Last updated: July 06,2024

1. Install "python311-Cython" package

Here is a brief guide to show you how to install python311-Cython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-Cython

2. Uninstall "python311-Cython" package

Please follow the instructions below to uninstall python311-Cython on openSUSE Leap:

$ sudo zypper remove python311-Cython

3. Information about the python311-Cython package on openSUSE Leap

Information for package python311-Cython:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-Cython
Version : 3.0.2-150400.108.5.12
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 17.5 MiB
Installed : No
Status : not installed
Source package : python-Cython-3.0.2-150400.108.5.12.src
Upstream URL : https://cython.org/
Summary : The Cython compiler for writing C extensions for the Python language
Description :
The Cython language allows for writing C extensions for the Python
language. Cython is a source code translator based on Pyrex, but
supports more cutting edge functionality and optimizations.
The Cython language is very close to the Python language (and most Python
code is also valid Cython code), but Cython additionally supports calling C
functions and declaring C types on variables and class attributes. This
allows the compiler to generate very efficient C code from Cython code.