How to Install and Uninstall cython3 Package on Kali Linux

Last updated: May 17,2024

1. Install "cython3" package

Here is a brief guide to show you how to install cython3 on Kali Linux

$ sudo apt update $ sudo apt install cython3

2. Uninstall "cython3" package

Please follow the steps below to uninstall cython3 on Kali Linux:

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

3. Information about the cython3 package on Kali Linux

Package: cython3
Source: cython
Version: 3.0.8-1
Installed-Size: 26025
Maintainer: Debian Python Team
Architecture: amd64
Replaces: cython (<< 0.29.14-2), cython3-dbg (<< 0.29.36-2~)
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Recommends: gcc, python3-dev
Suggests: cython-doc
Breaks: cython (<< 0.29.14-2), cython3-dbg (<< 0.29.36-2~)
Size: 6641276
SHA256: 309abdf7fde839d59ac7b88a939d30239268f8e91c8335d08732bb368d59549a
SHA1: d6cd36be02779e37b9b5e7f904040e87a8e5e342
MD5sum: 0e0d0a88199c8be6908727a136b852b9
Description: C-Extensions for Python 3
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.
Description-md5:
Homepage: http://cython.org/
Section: python
Priority: optional
Filename: pool/main/c/cython/cython3_3.0.8-1_amd64.deb