How to Install and Uninstall python3-GridDataFormats.noarch Package on Fedora 36

Last updated: November 30,2024

1. Install "python3-GridDataFormats.noarch" package

Here is a brief guide to show you how to install python3-GridDataFormats.noarch on Fedora 36

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

2. Uninstall "python3-GridDataFormats.noarch" package

Please follow the instructions below to uninstall python3-GridDataFormats.noarch on Fedora 36:

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

3. Information about the python3-GridDataFormats.noarch package on Fedora 36

Last metadata expiration check: 4:31:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-GridDataFormats
Version : 1.0.1
Release : 1.fc36
Architecture : noarch
Size : 2.0 M
Source : python-GridDataFormats-1.0.1-1.fc36.src.rpm
Repository : updates
Summary : Read and write data on regular grids in Python
URL : https://github.com/orbeckst/GridDataFormats
License : LGPLv3+
Description :
: GridDataFormats provides the Python package 'gridData'. It contains a class
: ('Grid') to handle data on a regular grid --- basically NumPy n-dimensional
: arrays. It supports reading from and writing to some common formats (such as
: OpenDX).