How to Install and Uninstall cython3 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 20,2024

1. Install "cython3" package

Please follow the guidelines below to install cython3 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install cython3

2. Uninstall "cython3" package

Please follow the steps below to uninstall cython3 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the cython3 package on Ubuntu 20.10 (Groovy Gorilla)

Package: cython3
Architecture: amd64
Version: 0.29.21-1ubuntu1
Priority: optional
Section: universe/python
Source: cython
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 6495
Depends: python3 (<< 3.9), python3 (>= 3.8~), python3:any, libc6 (>= 2.14)
Recommends: python3-dev, gcc
Suggests: cython-doc
Filename: pool/universe/c/cython/cython3_0.29.21-1ubuntu1_amd64.deb
Size: 1293532
MD5sum: a766c94131c1afc02374df6784efcecf
SHA1: 1afe3054d27d24e857cf30f987a745965c8646d9
SHA256: e3d0e445f1e4a93fa2538ecc219d63f96e4e0be95f00b7695fddc96fc8afe622
SHA512: d27d7d1f6a02a77b06ffb8a6f16ed3605ba413761e2577b8412d983a3ec3a799df446d23ce933f784b2a9530baa716f2a704e9a0fdd2fdf5ad7212b05c362a9c
Homepage: http://cython.org/
Description-en: 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: b3e5d225e2a7bc6b2e277f244314026c