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

Last updated: May 16,2024

1. Install "python-numexpr" package

In this section, we are going to explain the necessary steps to install python-numexpr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-numexpr

2. Uninstall "python-numexpr" package

Here is a brief guide to show you how to uninstall python-numexpr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-numexpr
Priority: optional
Section: universe/python
Installed-Size: 400
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: numexpr
Version: 2.4.3-1ubuntu1
Depends: python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/n/numexpr/python-numexpr_2.4.3-1ubuntu1_amd64.deb
Size: 128680
MD5sum: 6ef0d9ae8126a137b2aaeb3eceae3bba
SHA1: c9bca720c83e0ce45182c209d8e2c0fd82bedd7d
SHA256: a2e58b04d42eb47f6c1931f41d4481510a2327fe78d410ebe13524526b997686
Description-en: Fast numerical array expression evaluator for Python and NumPy
Numexpr package evaluates multiple-operator array expressions many
times faster than NumPy can. It accepts the expression as a string,
analyzes it, rewrites it more efficiently, and compiles it to faster
Python code on the fly. It's the next best thing to writing the
expression in C and compiling it with a specialized just-in-time
(JIT) compiler, i.e. it does not require a compiler at runtime.
.
This is the Python 2 version of the package.
Description-md5: f6be4679677411f0751ad5bd0e11bd4b
Homepage: http://code.google.com/p/numexpr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu