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

Last updated: May 21,2024

1. Install "python-numexpr-dbg" package

Please follow the instructions below to install python-numexpr-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-numexpr-dbg

2. Uninstall "python-numexpr-dbg" package

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

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

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

Package: python-numexpr-dbg
Priority: extra
Section: universe/debug
Installed-Size: 274
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-dbg (<< 2.8), python-dbg (>= 2.7~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1), python-numexpr (= 2.4.3-1ubuntu1), python-numpy-dbg
Filename: pool/universe/n/numexpr/python-numexpr-dbg_2.4.3-1ubuntu1_amd64.deb
Size: 97746
MD5sum: c227cc30b825b6f2f78658d17ce81ec5
SHA1: c62e8c8a65e17a33714f23f2c0b753ed6b84319d
SHA256: 5dff13ab0a1d28f46c17964d85833c60afc2f46e67e514abc248a7608ee224ef
Description-en: Fast numerical array expression evaluator for Python and NumPy (debug ext)
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 the extension built for the Python 2 debug
interpreter.
Description-md5: 86c64f2864f7000490ca4f84307cc89a
Homepage: http://code.google.com/p/numexpr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu