How to Install and Uninstall netcdf.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "netcdf.x86_64" package

Please follow the guidance below to install netcdf.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install netcdf.x86_64

2. Uninstall "netcdf.x86_64" package

This is a short guide on how to uninstall netcdf.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove netcdf.x86_64 $ sudo dnf autoremove

3. Information about the netcdf.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:31:53 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : netcdf
Version : 4.8.1
Release : 2.el9
Architecture : x86_64
Size : 731 k
Source : netcdf-4.8.1-2.el9.src.rpm
Repository : epel
Summary : Libraries for the Unidata network Common Data Form
URL : http://www.unidata.ucar.edu/software/netcdf/
License : NetCDF
Description : NetCDF (network Common Data Form) is an interface for array-oriented
: data access and a freely-distributed collection of software libraries
: for C, Fortran, C++, and perl that provides an implementation of the
: interface. The NetCDF library also defines a machine-independent
: format for representing scientific data. Together, the interface,
: library, and format support the creation, access, and sharing of
: scientific data. The NetCDF software was developed at the Unidata
: Program Center in Boulder, Colorado.
:
: NetCDF data is:
:
: o Self-Describing: A NetCDF file includes information about the
: data it contains.
:
: o Network-transparent: A NetCDF file is represented in a form that
: can be accessed by computers with different ways of storing
: integers, characters, and floating-point numbers.
:
: o Direct-access: A small subset of a large dataset may be accessed
: efficiently, without first reading through all the preceding
: data.
:
: o Appendable: Data can be appended to a NetCDF dataset along one
: dimension without copying the dataset or redefining its
: structure. The structure of a NetCDF dataset can be changed,
: though this sometimes causes the dataset to be copied.
:
: o Sharable: One writer and multiple readers may simultaneously
: access the same NetCDF file.