How to Install and Uninstall python-h5py-dbg Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "python-h5py-dbg" package

Learn how to install python-h5py-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-h5py-dbg

2. Uninstall "python-h5py-dbg" package

This guide covers the steps necessary to uninstall python-h5py-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-h5py-dbg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-h5py-dbg package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-h5py-dbg
Priority: extra
Section: universe/debug
Installed-Size: 2223
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: h5py
Version: 2.6.0-1
Depends: python-dbg (<< 2.8), python-h5py (= 2.6.0-1), python-numpy-dbg, python-numpy (>= 1:1.10.0~b1), python-numpy-abi9, python-dbg (>= 2.7~), libc6 (>= 2.14), libhdf5-10
Filename: pool/universe/h/h5py/python-h5py-dbg_2.6.0-1_amd64.deb
Size: 547424
MD5sum: fe36ece6e47502561f2bec17da3d30a9
SHA1: bb539b1034cb23136b8aa4446d8e96e7bee14926
SHA256: 16d9dfc0977d74cc88815482b8a3fb9c66523fbee54ef633775bec7592e9528a
Description-en: debug extension for h5py (Python 2)
HDF5 for Python (h5py) is a general-purpose Python interface to the
Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
scientific software library designed for the fast, flexible storage of
enormous amounts of data.
.
From a Python programmer's perspective, HDF5 provides a robust way to
store data, organized by name in a tree-like fashion. You can create
datasets (arrays on disk) hundreds of gigabytes in size, and perform
random-access I/O on desired sections. Datasets are organized in a
filesystem-like hierarchy using containers called "groups", and accessed
using the tradional POSIX /path/to/resource syntax.
.
H5py provides a simple, robust read/write interface to HDF5 data from
Python. Existing Python and Numpy concepts are used for the interface;
for example, datasets on disk are represented by a proxy class that
supports slicing, and has dtype and shape attributes. HDF5 groups are
presented using a dictionary metaphor, indexed by name.
.
This package provides h5py for the Python 2 debug interpreter.
Description-md5: 47c2697528eeb438708875ed11673ecf
Homepage: http://www.h5py.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu