How to Install and Uninstall R-ncdf4.x86_64 Package on Fedora 34

Last updated: September 28,2024

1. Install "R-ncdf4.x86_64" package

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

$ sudo dnf update $ sudo dnf install R-ncdf4.x86_64

2. Uninstall "R-ncdf4.x86_64" package

In this section, we are going to explain the necessary steps to uninstall R-ncdf4.x86_64 on Fedora 34:

$ sudo dnf remove R-ncdf4.x86_64 $ sudo dnf autoremove

3. Information about the R-ncdf4.x86_64 package on Fedora 34

Last metadata expiration check: 1:05:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : R-ncdf4
Version : 1.17
Release : 6.fc34
Architecture : x86_64
Size : 294 k
Source : R-ncdf4-1.17-6.fc34.src.rpm
Repository : fedora
Summary : Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files
URL : https://CRAN.R-project.org/package=ncdf4
License : GPLv3+
Description : Provides a high-level R interface to data files written using Unidata's netCDF
: library (version 4 or earlier), which are binary data files that are portable
: across platforms and include metadata information in addition to the data sets.
: Using this package, netCDF files (either version 4 or "classic" version 3) can
: be opened and data sets read in easily. It is also easy to create new netCDF
: dimensions, variables, and files, in either version 3 or 4 format, and
: manipulate existing netCDF files.