How to Install and Uninstall python-pyrex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 06,2024

1. Install "python-pyrex" package

This guide let you learn how to install python-pyrex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyrex

2. Uninstall "python-pyrex" package

Learn how to uninstall python-pyrex on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyrex $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyrex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyrex
Priority: optional
Section: python
Installed-Size: 973
Maintainer: Ubuntu Developers
Original-Maintainer: Paul Brossier
Architecture: all
Source: pyrex
Version: 0.9.8.5-2.1ubuntu1
Provides: python2.7-pyrex
Depends: python (>= 2.7), python (<< 2.8), python-dev
Recommends: python-all-dev
Filename: pool/main/p/pyrex/python-pyrex_0.9.8.5-2.1ubuntu1_all.deb
Size: 180984
MD5sum: 89e22c3ab109136159de1f44617d7cce
SHA1: 3e876718e0338e9a1261793a85e0fa42e939e28f
SHA256: c515db4fb45468bbdb14d50570f8007500bbf66eb4cb3e7fdbc8bd0283a7dd9d
Description-en: compile native-code modules for Python from Python-like syntax
Pyrex lets you write code that mixes Python and C data types any way you want,
and compiles it into a C extension for Python.
.
You can get very large speedups for tasks that don't need all the dynamic
features of Python, with very small differences in syntax and much less
hassle than writing your modules from scratch in C.
Description-md5: f30a366ffc9290ab0cfbeb95f04e9a31
Homepage: http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 5y