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

Last updated: October 04,2024

1. Install "python3-Cython" package

This guide covers the steps necessary to install python3-Cython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Cython

2. Uninstall "python3-Cython" package

Please follow the step by step instructions below to uninstall python3-Cython on openSUSE Leap:

$ sudo zypper remove python3-Cython

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

Information for package python3-Cython:
---------------------------------------
Repository : Main Repository
Name : python3-Cython
Version : 0.29.14-102.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 10.3 MiB
Installed : No
Status : not installed
Source package : python-Cython-0.29.14-102.1.src
Upstream URL : http://www.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.