How to Install and Uninstall cython3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "cython3" package

This guide covers the steps necessary to install cython3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cython3

2. Uninstall "cython3" package

Learn how to uninstall cython3 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the cython3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cython3
Priority: optional
Section: universe/python
Installed-Size: 7167
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: amd64
Source: cython
Version: 0.23.4-0ubuntu5
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4)
Recommends: python3-dev, gcc
Suggests: cython-doc
Filename: pool/universe/c/cython/cython3_0.23.4-0ubuntu5_amd64.deb
Size: 1540178
MD5sum: f5e9aa31167d25506651d5550382936b
SHA1: e318c1a3dd122c94c3648045cb3733dae8b427a8
SHA256: 69e7bcdec790efa3da66a1baf3bca1761c44d9da4c279dd934b161bb0e0c6b5a
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
Homepage: http://cython.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu