How to Install and Uninstall python3-hdf5storage.noarch Package on Fedora 34

Last updated: September 19,2024

1. Install "python3-hdf5storage.noarch" package

This guide let you learn how to install python3-hdf5storage.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-hdf5storage.noarch

2. Uninstall "python3-hdf5storage.noarch" package

Learn how to uninstall python3-hdf5storage.noarch on Fedora 34:

$ sudo dnf remove python3-hdf5storage.noarch $ sudo dnf autoremove

3. Information about the python3-hdf5storage.noarch package on Fedora 34

Last metadata expiration check: 3:44:58 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-hdf5storage
Version : 0.1.18
Release : 4.fc34
Architecture : noarch
Size : 70 k
Source : python-hdf5storage-0.1.18-4.fc34.src.rpm
Repository : updates
Summary : Read/write Python types to/from HDF5 files, including MATLAB v7.3 MAT files
URL : https://github.com/frejanordsiek/hdf5storage
License : BSD
Description : This Python package provides high level utilities to read/write a variety of
: Python types to/from HDF5 (Heirarchal Data Format) formatted files. This
: package also provides support for MATLAB MAT v7.3 formatted files, which are
: just HDF5 files with a different extension and some extra meta-data.
:
: All of this is done without pickling data. Pickling is bad for security because
: it allows arbitrary code to be executed in the interpreter. One wants to be
: able to read possibly HDF5 and MAT files from untrusted sources, so pickling is
: avoided in this package.
:
: The package's documetation is found at http://pythonhosted.org/hdf5storage/
:
: The package's source code is found at
: https://github.com/frejanordsiek/hdf5storage