How to Install and Uninstall python3-numexpr Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-numexpr" package

Please follow the guidelines below to install python3-numexpr on Kali Linux

$ sudo apt update $ sudo apt install python3-numexpr

2. Uninstall "python3-numexpr" package

This is a short guide on how to uninstall python3-numexpr on Kali Linux:

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

3. Information about the python3-numexpr package on Kali Linux

Package: python3-numexpr
Source: numexpr
Version: 2.9.0-1
Installed-Size: 498
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.35), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), python3-packaging
Size: 100808
SHA256: ab57bf26fe2f7f0f43df9ad4014f5a13b153cda1e259ff18dda359f605ae8468
SHA1: 45a936d561eb01a1f7fbc6911ec6cb23757eeee6
MD5sum: 59c62ee63c4f81a2a78915f09923dca2
Description: 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.
Description-md5:
Homepage: https://github.com/pydata/numexpr
Section: python
Priority: optional
Filename: pool/main/n/numexpr/python3-numexpr_2.9.0-1_amd64.deb