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

Last updated: September 20,2024

1. Install "python3-npx" package

This is a short guide on how to install python3-npx on Kali Linux

$ sudo apt update $ sudo apt install python3-npx

2. Uninstall "python3-npx" package

This guide covers the steps necessary to uninstall python3-npx on Kali Linux:

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

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

Package: python3-npx
Source: python-npx
Version: 0.1.2-1
Installed-Size: 36
Maintainer: Debian Python Team
Architecture: all
Depends: python3-numpy (>= 1:1.20~), python3:any
Suggests: python-npx-doc
Size: 8160
SHA256: d57d62aa47d0ff03e507e556471ebffe3db4ba6a43e9440712113731d752d58e
SHA1: 78e87be5375749ef9225284bbc5ab89ca472c8df
MD5sum: e669ebb267dc6dcd2c43c4531c510570
Description: extensions for NumPy (Python 3)
NumPy is a large library used everywhere in scientific computing.
That's why breaking backwards-compatibility comes at a significant
cost and is almost always avoided, even if the API of some methods is
arguably lacking. This package provides drop-in wrappers "fixing"
those.
.
Provides alternative algorithms for dot, solve, sum_at/add_at,
unique_rows, isin_rows, mean.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/nschloe/npx
Section: python
Priority: optional
Filename: pool/main/p/python-npx/python3-npx_0.1.2-1_all.deb