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

Last updated: October 06,2024

1. Install "python3-pygrib.x86_64" package

Here is a brief guide to show you how to install python3-pygrib.x86_64 on Fedora 34

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

2. Uninstall "python3-pygrib.x86_64" package

Please follow the guidelines below to uninstall python3-pygrib.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:36:48 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pygrib
Version : 2.1.4
Release : 1.fc34
Architecture : x86_64
Size : 260 k
Source : pygrib-2.1.4-1.fc34.src.rpm
Repository : updates
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.