How to Install and Uninstall python38-netCDF4 Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python38-netCDF4" package

This guide let you learn how to install python38-netCDF4 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-netCDF4

2. Uninstall "python38-netCDF4" package

Please follow the steps below to uninstall python38-netCDF4 on openSuSE Tumbleweed:

$ sudo zypper remove python38-netCDF4

3. Information about the python38-netCDF4 package on openSuSE Tumbleweed

Information for package python38-netCDF4:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-netCDF4
Version : 1.5.6-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,5 MiB
Installed : No
Status : not installed
Source package : python-netCDF4-1.5.6-1.7.src
Summary : Python interface to netCDF 3 and 4
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 modelled 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.