How to Install and Uninstall python3-numexpr Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-numexpr" package

This guide covers the steps necessary to install python3-numexpr on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-numexpr

2. Uninstall "python3-numexpr" package

This tutorial shows how to uninstall python3-numexpr on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-numexpr package on Ubuntu 21.10 (Impish Indri)

Package: python3-numexpr
Architecture: amd64
Version: 2.7.2-2
Priority: optional
Section: universe/python
Source: numexpr
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 441
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), python3-pkg-resources
Filename: pool/universe/n/numexpr/python3-numexpr_2.7.2-2_amd64.deb
Size: 131556
MD5sum: 891d512772143a942514e1572149599a
SHA1: 0f28aec3957e1821ea031f7e32dd857d9ddf5c6d
SHA256: b61041001173d005017f2f0f8c3bd26358f1c8ad45c891c79f3555b74d53b939
SHA512: 3dc5aae76886b9715c96e9b1285d3dc46ac04ba7b2be7d2a62317630560735aeb9f9ffd9ce7a171bac4385475f78ba4b765020c1e03b25a9455c7904009bbc7b
Homepage: https://github.com/pydata/numexpr
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