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

Last updated: September 23,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 39

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

2. Uninstall "python3-pygrib.x86_64" package

Please follow the instructions below to uninstall python3-pygrib.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:09:17 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pygrib
Version : 2.1.5
Release : 1.fc39
Architecture : x86_64
Size : 291 k
Source : pygrib-2.1.5-1.fc39.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.