How to Install and Uninstall cython3-legacy Package on Kali Linux

Last updated: June 26,2024

1. Install "cython3-legacy" package

This tutorial shows how to install cython3-legacy on Kali Linux

$ sudo apt update $ sudo apt install cython3-legacy

2. Uninstall "cython3-legacy" package

This tutorial shows how to uninstall cython3-legacy on Kali Linux:

$ sudo apt remove cython3-legacy $ sudo apt autoclean && sudo apt autoremove

3. Information about the cython3-legacy package on Kali Linux

Package: cython3-legacy
Source: cython-legacy
Version: 0.29.37-1
Installed-Size: 13173
Maintainer: Debian Python Team
Architecture: amd64
Replaces: cython3, cython3-dbg
Depends: python3-zombie-imp, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Recommends: gcc, python3-dev
Suggests: cython-legacy-doc
Conflicts: cython3, cython3-dbg
Size: 3052876
SHA256: f4000645105b0334e6108a056e2639cb08bff77cfe26e789fbb8879533634333
SHA1: 50383a04609feea3a70da30c3a3153f6d5c1faae
MD5sum: 39584942704824d34bcf5af971cee7ec
Description: C-Extensions for Python 3 (legacy version 0.29)
Cython is a language that makes writing C extensions for the Python language as
easy as Python itself. Cython is based on the well-known Pyrex, but supports
more cutting edge functionality and optimizations.
.
The Cython language is very close to the Python language, 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.
.
This makes Cython the ideal language for wrapping external C libraries, and
for fast C modules that speed up the execution of Python code.
.
This legacy version may not work with Python 3.12. In particular, the
pyximport module appears to fail. This legacy version should not be used
as a package run-time dependency.
Description-md5:
Homepage: http://cython.org/
Section: python
Priority: optional
Filename: pool/main/c/cython-legacy/cython3-legacy_0.29.37-1_amd64.deb

5. The same packages on other Linux Distributions