How to Install and Uninstall cython3 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 20,2024

1. Install "cython3" package

This guide let you learn how to install cython3 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install cython3

2. Uninstall "cython3" package

This tutorial shows how to uninstall cython3 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the cython3 package on Ubuntu 21.04 (Hirsute Hippo)

Package: cython3
Architecture: amd64
Version: 0.29.21-1ubuntu3
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: 6391
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3:any, libc6 (>= 2.14)
Recommends: python3-dev, gcc
Suggests: cython-doc
Filename: pool/universe/c/cython/cython3_0.29.21-1ubuntu3_amd64.deb
Size: 1266996
MD5sum: 1b87eedf4f9ea41a26085457c310b496
SHA1: 83b1ef63d3b9a6f298bb59e50e69bfcc4037a092
SHA256: a7dc53c6e93e3d85b0972f3dded179b56f39a8c1fc5d8b0a6a57173e43c3d073
SHA512: d29ac07acbdd040b3383e83d01ec0bce4251640cc2e32cd40736ad14858db320fe119c73830566a8355a28b2374aa32a47128ad0f8016eead1d87d869474bc68
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