How to Install and Uninstall python39-Cython Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "python39-Cython" package
This tutorial shows how to install python39-Cython on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-Cython
Copied
2. Uninstall "python39-Cython" package
This is a short guide on how to uninstall python39-Cython on openSuSE Tumbleweed:
$
sudo zypper remove
python39-Cython
Copied
3. Information about the python39-Cython package on openSuSE Tumbleweed
Information for package python39-Cython:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Cython
Version : 3.0.8-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.8 MiB
Installed : No
Status : not installed
Source package : python-Cython-3.0.8-1.4.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.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-Cython
Version : 3.0.8-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 13.8 MiB
Installed : No
Status : not installed
Source package : python-Cython-3.0.8-1.4.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.