How to Install and Uninstall python-Cython-doc Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python-Cython-doc" package

Please follow the steps below to install python-Cython-doc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-Cython-doc

2. Uninstall "python-Cython-doc" package

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

$ sudo zypper remove python-Cython-doc

3. Information about the python-Cython-doc package on openSUSE Leap

Information for package python-Cython-doc:
------------------------------------------
Repository : Main Repository
Name : python-Cython-doc
Version : 0.29.1-7.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 3,0 MiB
Installed : No
Status : not installed
Source package : python-Cython-doc-0.29.1-7.3.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.