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

Last updated: May 20,2024

1. Install "python3-numexpr" package

Learn how to install python3-numexpr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-numexpr

2. Uninstall "python3-numexpr" package

This guide covers the steps necessary to uninstall python3-numexpr on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-numexpr
Priority: optional
Section: universe/python
Installed-Size: 391
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: numexpr
Version: 2.4.3-1ubuntu1
Depends: python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/n/numexpr/python3-numexpr_2.4.3-1ubuntu1_amd64.deb
Size: 123060
MD5sum: 07f7cdb4c5d042062145e4072be729ae
SHA1: adf2b62c78000895cdbce96d0e7d9ccaaa00d009
SHA256: 5d520ab461338c64a34ab3b17ba8861f9a673c4657300ccd3bf9883a1e06682e
Description-en: Fast numerical array expression evaluator for Python 3 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 package contains numexpr for Python 3.
Description-md5: 9f5986b01d11f6090f9a74fdea6dfb49
Homepage: http://code.google.com/p/numexpr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu