How to Install and Uninstall python-lazyarray Package on Ubuntu 16.04 LTS (Xenial Xerus)
Last updated: November 23,2024
1. Install "python-lazyarray" package
This guide let you learn how to install python-lazyarray on Ubuntu 16.04 LTS (Xenial Xerus)
$
sudo apt update
Copied
$
sudo apt install
python-lazyarray
Copied
2. Uninstall "python-lazyarray" package
Please follow the guidelines below to uninstall python-lazyarray on Ubuntu 16.04 LTS (Xenial Xerus):
$
sudo apt remove
python-lazyarray
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the python-lazyarray package on Ubuntu 16.04 LTS (Xenial Xerus)
Package: python-lazyarray
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian team
Architecture: all
Source: lazyarray
Version: 0.1.0-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-numpy
Filename: pool/universe/l/lazyarray/python-lazyarray_0.1.0-1_all.deb
Size: 6996
MD5sum: 6b9ceeacc105debabbe9d0a614579e9e
SHA1: 9cbde45122c51eb2a214fd47bf3db15eff75e567
SHA256: e040dafcc4630437c6faedffb819638d19baa57b0ae4c78712d88b9bce27eb5e
Description-en: 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: 7a295752428975a462dd8f5e8fd3bfce
Homepage: http://bitbucket.org/apdavison/lazyarray/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: NeuroDebian team
Architecture: all
Source: lazyarray
Version: 0.1.0-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-numpy
Filename: pool/universe/l/lazyarray/python-lazyarray_0.1.0-1_all.deb
Size: 6996
MD5sum: 6b9ceeacc105debabbe9d0a614579e9e
SHA1: 9cbde45122c51eb2a214fd47bf3db15eff75e567
SHA256: e040dafcc4630437c6faedffb819638d19baa57b0ae4c78712d88b9bce27eb5e
Description-en: 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: 7a295752428975a462dd8f5e8fd3bfce
Homepage: http://bitbucket.org/apdavison/lazyarray/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu