How to Install and Uninstall python3-h5py-serial Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 25,2024

1. Install "python3-h5py-serial" package

This is a short guide on how to install python3-h5py-serial on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "python3-h5py-serial" package

This is a short guide on how to uninstall python3-h5py-serial on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-h5py-serial package on Ubuntu 21.10 (Impish Indri)

Package: python3-h5py-serial
Architecture: amd64
Version: 2.10.0-9build2
Priority: optional
Section: universe/python
Source: h5py
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3102
Depends: python3 (<< 3.10), python3 (>= 3.9~), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3-six, python3:any, libc6 (>= 2.14), libhdf5-103-1, libhdf5-hl-100, liblzf1 (>= 1.5)
Suggests: python-h5py-doc
Conflicts: python3-h5py (<< 2.10.0-3~)
Filename: pool/universe/h/h5py/python3-h5py-serial_2.10.0-9build2_amd64.deb
Size: 647460
MD5sum: 15abcadacbb4cc60abd998b5d5f835f1
SHA1: 66d83a16052a1335809a1e8130e0e259dfda7409
SHA256: 81338a5c2109322ad111962960cd5fcd34509650ae99f357cea3c88fd08982c8
SHA512: 37ed5058f6d86de99d6b6d7d33205bcd3a0ef7ab9a5d108da6c98909af561c8495e14d4fdc3a08d7daf276d1f37b9340f6d5baaa5d18be6976282748de3284ad
Homepage: https://www.h5py.org/
Description-en: general-purpose Python interface to hdf5 (Python 3 serial)
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 the modules for Python 3, built for serial
(single processor) jobs.
Description-md5: 6a6d79c4682ca50ade0b56b9a907dcc7