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

Last updated: July 09,2024

1. Install "python2-Cython" package

Please follow the instructions below to install python2-Cython on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Cython

2. Uninstall "python2-Cython" package

This is a short guide on how to uninstall python2-Cython on openSUSE Leap:

$ sudo zypper remove python2-Cython

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

Information for package python2-Cython:
---------------------------------------
Repository : Main Repository
Name : python2-Cython
Version : 0.29.14-102.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 10,6 MiB
Installed : No
Status : not installed
Source package : python-Cython-0.29.14-102.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.