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

Last updated: May 19,2024

1. Install "python3-numba" package

Please follow the guidance below to install python3-numba on Kali Linux

$ sudo apt update $ sudo apt install python3-numba

2. Uninstall "python3-numba" package

Please follow the step by step instructions below to uninstall python3-numba on Kali Linux:

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

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

Package: python3-numba
Source: numba (0.55.2+dfsg-1)
Version: 0.55.2+dfsg-1+b1
Installed-Size: 10127
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: python3-llvmlite (>= 0.35~), python3-scipy, python3 (<< 3.11), python3 (>= 3.10~), python3-numpy (<< 1:1.22), python3-numpy (>= 1:1.20.0), python3-numpy-abi9, python3-pkg-resources, python3:any, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgomp1 (>= 4.9), libstdc++6 (>= 11), libtbb12 (>= 2021.4.0)
Recommends: numba-doc, python3-pip
Suggests: nvidia-cuda-toolkit
Size: 1621424
SHA256: 3955dc8d1d8a4862ea45a9d31d808b9342e424e38c5b02248fd0b91842b17208
SHA1: e892c0f59eac1cd7582067730d2cb98b4822d568
MD5sum: af1537aa0a61089a4928106d915b7adf
Description: native machine code compiler for Python 3
Numba compiles native machine code instructions from Python programs at
runtime using the LLVM compiler infrastructure. It could be easily employed
by decorating individual computation intensive functions in the Python code.
Numba could significantly speed up the performance of computations, and
optionally supports compilation to run on GPU processors through Nvidia's
CUDA platform.
It integrates well with the Python scientific software stack, and
especially recognizes Numpy arrays.
.
This package contains the modules for Python 3.
Description-md5: 4171f6228d88332177aa544844f33488
Homepage: https://numba.pydata.org/
Section: python
Priority: optional
Filename: pool/main/n/numba/python3-numba_0.55.2+dfsg-1+b1_amd64.deb