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

Last updated: May 19,2024

1. Install "cython" package

Here is a brief guide to show you how to install cython on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cython

2. Uninstall "cython" package

This tutorial shows how to uninstall cython on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove cython $ sudo apt autoclean && sudo apt autoremove

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

Package: cython
Priority: optional
Section: universe/python
Installed-Size: 7171
Maintainer: Ubuntu Developers
Original-Maintainer: Python Applications Packaging Team
Architecture: amd64
Version: 0.23.4-0ubuntu5
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4)
Recommends: python-dev, gcc
Suggests: cython-doc
Filename: pool/universe/c/cython/cython_0.23.4-0ubuntu5_amd64.deb
Size: 1526744
MD5sum: ad4a5a1659ec4a2577fb9bee082166e3
SHA1: 0b99c665ade4263a62015756360fdedbd027ac89
SHA256: 3636b621942fec2c789abbe35f4f2541849bab59d285c74f79963c7c58e03122
Description-en: C-Extensions for Python
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: 8c2f4ce3deabcb6941dffa8d5f424759
Homepage: http://cython.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu