How to Install and Uninstall python3-pygrib.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "python3-pygrib.x86_64" package

In this section, we are going to explain the necessary steps to install python3-pygrib.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install python3-pygrib.x86_64

2. Uninstall "python3-pygrib.x86_64" package

Learn how to uninstall python3-pygrib.x86_64 on Fedora 35:

$ sudo dnf remove python3-pygrib.x86_64 $ sudo dnf autoremove

3. Information about the python3-pygrib.x86_64 package on Fedora 35

Last metadata expiration check: 0:01:14 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-pygrib
Version : 2.1.4
Release : 1.fc35
Architecture : x86_64
Size : 260 k
Source : pygrib-2.1.4-1.fc35.src.rpm
Repository : fedora
Summary : Python module for reading and modifying GRIB files
URL : https://github.com/jswhit/pygrib
License : MIT
Description : Cython wrapper to provide a high-level interface to the ECMWF eccodes
: C library for handling GRIB files.
:
: GRIB is the the World Meteorological Organization (WMO) standard for
: distributing gridded data.
: This module contains python interfaces for reading and modifying GRIB files
: using the ECMWF ECCODES C library,
: as well as command-line utilities for listing and re-packing GRIB files.
:
: There are for now limited capabilities for writing GRIB files, i.e.
: you can modify the contents of an existing file,
: but you can't create one from scratch.