How to Install and Uninstall python38-Cython Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python38-Cython" package

Please follow the guidance below to install python38-Cython on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Cython

2. Uninstall "python38-Cython" package

Please follow the guidelines below to uninstall python38-Cython on openSuSE Tumbleweed:

$ sudo zypper remove python38-Cython

3. Information about the python38-Cython package on openSuSE Tumbleweed

Information for package python38-Cython:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Cython
Version : 0.29.25-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 10,1 MiB
Installed : No
Status : not installed
Source package : python-Cython-0.29.25-1.1.src
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.