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

Last updated: September 19,2024

1. Install "python3-h5py-dbg" package

This is a short guide on how to install python3-h5py-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python3-h5py-dbg" package

Please follow the guidelines below to uninstall python3-h5py-dbg on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-h5py-dbg
Priority: extra
Section: universe/debug
Installed-Size: 2255
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: h5py
Version: 2.6.0-1
Depends: python3-dbg (<< 3.6), python3-h5py (= 2.6.0-1), python3-numpy-dbg, python3-numpy (>= 1:1.10.0~b1), python3-numpy-abi9, python3-dbg (>= 3.5~), libc6 (>= 2.14), libhdf5-10
Filename: pool/universe/h/h5py/python3-h5py-dbg_2.6.0-1_amd64.deb
Size: 552622
MD5sum: 3f434d8ab605ed7f52b2ce398f2c7ae6
SHA1: 4e91efaad25f44903fe259e85319c2d0426cee76
SHA256: bc8e08c1bf10ab3197b7f4d08ab1b73cb82d023c8c457631da84b982decdbdf5
Description-en: debug extension for h5py (Python 3)
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 3 debug interpreter.
Description-md5: a4f4d5c412266276e854fda357e5fb49
Homepage: http://www.h5py.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu