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

Last updated: October 09,2024

1. Install "python3-hdf5storage.noarch" package

Learn how to install python3-hdf5storage.noarch on Fedora 35

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

2. Uninstall "python3-hdf5storage.noarch" package

This guide covers the steps necessary to uninstall python3-hdf5storage.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:29:22 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-hdf5storage
Version : 0.1.18
Release : 4.fc35
Architecture : noarch
Size : 70 k
Source : python-hdf5storage-0.1.18-4.fc35.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