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

Last updated: June 26,2024

1. Install "python3-netcdf4.x86_64" package

Learn how to install python3-netcdf4.x86_64 on Fedora 34

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

2. Uninstall "python3-netcdf4.x86_64" package

Please follow the steps below to uninstall python3-netcdf4.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:09:17 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-netcdf4
Version : 1.5.5.1
Release : 2.fc34
Architecture : x86_64
Size : 511 k
Source : netcdf4-python-1.5.5.1-2.fc34.src.rpm
Repository : fedora
Summary : Python/numpy interface to netCDF
URL : https://github.com/Unidata/netcdf4-python
License : MIT
Description : netCDF version 4 has many features not found in earlier versions of the
: library and is implemented on top of HDF5. This module can read and write
: files in both the new netCDF 4 and the old netCDF 3 format, and can create
: files that are readable by HDF5 clients. The API modeled after
: Scientific.IO.NetCDF, and should be familiar to users of that module.
:
: Most new features of netCDF 4 are implemented, such as multiple unlimited
: dimensions, groups and zlib data compression. All the new numeric data types
: (such as 64 bit and unsigned integer types) are implemented. Compound and
: variable length (vlen) data types are supported, but the enum and opaque data
: types are not. Mixtures of compound and vlen data types (compound types
: containing vlens, and vlens containing compound types) are not supported.