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

Last updated: May 20,2024

1. Install "python3-sparse" package

Please follow the instructions below to install python3-sparse on Kali Linux

$ sudo apt update $ sudo apt install python3-sparse

2. Uninstall "python3-sparse" package

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

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

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

Package: python3-sparse
Source: python-sparse
Version: 0.13.0-1
Installed-Size: 342
Maintainer: Debian Python Team
Architecture: all
Depends: python3-numba, python3-numpy, python3-scipy (>= 0.19), python3:any
Size: 63204
SHA256: 4f6c474f2c22cf142f6a7fff3f2a9672439bb5cf23104adfdca365aa9659dec7
SHA1: e35bb3940d69792d37229b90b71881a118e84d8c
MD5sum: fb30858cb8100a293c77916302fa6037
Description: multidimensional sparse arrays for Python
This package implements sparse multidimensional arrays on top of NumPy
and scipy.sparse. It generalizes the scipy.sparse.coo_matrix layout but
extends beyond just rows and columns to an arbitrary number of
dimensions. The original motivation is for machine learning algorithms,
but it is intended for somewhat general use.
.
It supports:
.
- NumPy ufuncs (where zeros are preserved)
- Arithmetic with scalars (where zeros are preserved)
- Reductions (sum, max)
- Reshape
- Transpose
- Tensordot
- Slicing with integers, lists, and slices (with no step value)
- Concatenation and stacking
- Addition with other sparse arrays of the same shape
.
This package provides the modules for Python 3.
Description-md5: 1562b1a9e9bf72cd7e4a98f4c276b81c
Homepage: https://github.com/pydata/sparse
Section: python
Priority: optional
Filename: pool/main/p/python-sparse/python3-sparse_0.13.0-1_all.deb