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

Last updated: May 17,2024

1. Install "python3-numpy" package

This tutorial shows how to install python3-numpy on Kali Linux

$ sudo apt update $ sudo apt install python3-numpy

2. Uninstall "python3-numpy" package

In this section, we are going to explain the necessary steps to uninstall python3-numpy on Kali Linux:

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

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

Package: python3-numpy
Source: numpy
Version: 1:1.24.2-2
Installed-Size: 40892
Maintainer: Sandro Tosi
Architecture: amd64
Provides: dh-sequence-numpy3, python3-f2py, python3-numpy-abi9, python3-numpy-api16, python3-numpy-dev
Depends: python3-pkg-resources, python3 (<< 3.13), python3 (>= 3.11~), python3.11:any, python3.12:any, python3:any, libblas3 | libblas.so.3, libc6 (>= 2.35), liblapack3 | liblapack.so.3
Suggests: gcc, gfortran, python3-dev, python3-pytest
Size: 6299452
SHA256: 2ea15b4f7901f588d75f60cb8b151f56b49b8c6e5e746c335ef47f4d0af1b73b
SHA1: 28fac777c023c12ffaef67b74658528bcdb8f2d6
MD5sum: a9821db48a91aa106fe15592f4e374da
Description: Fast array facility to the Python 3 language
Numpy contains a powerful N-dimensional array object, sophisticated
(broadcasting) functions, tools for integrating C/C++ and Fortran
code, and useful linear algebra, Fourier transform, and random number
capabilities.
.
Numpy replaces the python-numeric and python-numarray modules which are
now deprecated and shouldn't be used except to support older
software.
.
This package contains Numpy for Python 3.
Description-md5:
Homepage: http://www.numpy.org/
Tag: devel::lang:python, devel::library, field::mathematics,
implemented-in::python, role::devel-lib
Section: python
Priority: optional
Filename: pool/main/n/numpy/python3-numpy_1.24.2-2_amd64.deb