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

Last updated: April 28,2024

1. Install "python3-lazyarray" package

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

$ sudo apt update $ sudo apt install python3-lazyarray

2. Uninstall "python3-lazyarray" package

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

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

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

Package: python3-lazyarray
Source: lazyarray
Version: 0.5.0-1
Installed-Size: 42
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3:any, python3-numpy, python3-scipy
Size: 11348
SHA256: 02e59f27735a2af371a1ba6cfb299ddfd8acb2378366449b43a07d510bac5622
SHA1: 1a69ced1af16c4732f10815eaed45b20ac90e116
MD5sum: 153a869cfa7ac150dc20a00bf66414a5
Description: Python module providing a NumPy-compatible lazily-evaluated array
The 'larray' class is a NumPy-compatible numerical array where operations on
the array (potentially including array construction) are not performed
immediately, but are delayed until evaluation is specifically requested.
Evaluation of only parts of the array is also possible. Consequently,
use of an 'larray' can potentially save considerable computation time
and memory in cases where arrays are used conditionally, or only parts of an
array are used (for example in distributed computation, in which each MPI node
operates on a subset of the elements of the array).
Description-md5:
Homepage: https://bitbucket.org/apdavison/lazyarray/
Section: python
Priority: optional
Filename: pool/main/l/lazyarray/python3-lazyarray_0.5.0-1_all.deb