How To Install R-ncdf4 on Fedora 36

In this tutorial we learn how to install R-ncdf4 in Fedora 36. R-ncdf4 is Interface to Unidata netCDF (Version 4 or Earlier) Format Data Files

Introduction

In this tutorial we learn how to install R-ncdf4 on Fedora 36.

What is R-ncdf4

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.

We can use yum or dnf to install R-ncdf4 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-ncdf4.

Install R-ncdf4 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install R-ncdf4 using dnf by running the following command:

sudo dnf -y install R-ncdf4

Install R-ncdf4 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install R-ncdf4 using yum by running the following command:

sudo yum -y install R-ncdf4

How To Uninstall R-ncdf4 on Fedora 36

To uninstall only the R-ncdf4 package we can use the following command:

sudo dnf remove R-ncdf4

R-ncdf4 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/ed09a0b0c0a45681468f6ee29022c7172267ff
/usr/lib64/R/library/ncdf4
/usr/lib64/R/library/ncdf4/DESCRIPTION
/usr/lib64/R/library/ncdf4/INDEX
/usr/lib64/R/library/ncdf4/Meta
/usr/lib64/R/library/ncdf4/Meta/Rd.rds
/usr/lib64/R/library/ncdf4/Meta/features.rds
/usr/lib64/R/library/ncdf4/Meta/hsearch.rds
/usr/lib64/R/library/ncdf4/Meta/links.rds
/usr/lib64/R/library/ncdf4/Meta/nsInfo.rds
/usr/lib64/R/library/ncdf4/Meta/package.rds
/usr/lib64/R/library/ncdf4/NAMESPACE
/usr/lib64/R/library/ncdf4/R
/usr/lib64/R/library/ncdf4/R/ncdf4
/usr/lib64/R/library/ncdf4/R/ncdf4.rdb
/usr/lib64/R/library/ncdf4/R/ncdf4.rdx
/usr/lib64/R/library/ncdf4/help
/usr/lib64/R/library/ncdf4/help/AnIndex
/usr/lib64/R/library/ncdf4/help/aliases.rds
/usr/lib64/R/library/ncdf4/help/ancvar_put.html
/usr/lib64/R/library/ncdf4/help/blankstring_ncdf4.html
/usr/lib64/R/library/ncdf4/help/default_missval_ncdf4.html
/usr/lib64/R/library/ncdf4/help/nc4_basename.html
/usr/lib64/R/library/ncdf4/help/nc4_loop.html
/usr/lib64/R/library/ncdf4/help/nc_close.html
/usr/lib64/R/library/ncdf4/help/nc_create.html
/usr/lib64/R/library/ncdf4/help/nc_enddef.html
/usr/lib64/R/library/ncdf4/help/nc_get_grp_info.html
/usr/lib64/R/library/ncdf4/help/nc_groups_below.html
/usr/lib64/R/library/ncdf4/help/nc_grpids.html
/usr/lib64/R/library/ncdf4/help/nc_grpname.html
/usr/lib64/R/library/ncdf4/help/nc_make_group_inner.html
/usr/lib64/R/library/ncdf4/help/nc_open.html
/usr/lib64/R/library/ncdf4/help/nc_parse_group_structure.html
/usr/lib64/R/library/ncdf4/help/nc_redef.html
/usr/lib64/R/library/ncdf4/help/nc_sync.html
/usr/lib64/R/library/ncdf4/help/nc_unlimdim.html
/usr/lib64/R/library/ncdf4/help/nc_version.html
/usr/lib64/R/library/ncdf4/help/ncatt_get.html
/usr/lib64/R/library/ncdf4/help/ncatt_get_inner.html
/usr/lib64/R/library/ncdf4/help/ncatt_get_n.html
/usr/lib64/R/library/ncdf4/help/ncatt_put.html
/usr/lib64/R/library/ncdf4/help/ncatt_put_inner.html
/usr/lib64/R/library/ncdf4/help/ncdf4-internal.html
/usr/lib64/R/library/ncdf4/help/ncdf4-package.html
/usr/lib64/R/library/ncdf4/help/ncdf4.rdb
/usr/lib64/R/library/ncdf4/help/ncdf4.rdx
/usr/lib64/R/library/ncdf4/help/ncdf4_format.html
/usr/lib64/R/library/ncdf4/help/ncdf4_make_id.html
/usr/lib64/R/library/ncdf4/help/ncdim_create.html
/usr/lib64/R/library/ncdf4/help/ncdim_def.html
/usr/lib64/R/library/ncdf4/help/ncdim_id.html
/usr/lib64/R/library/ncdf4/help/ncdim_inq.html
/usr/lib64/R/library/ncdf4/help/ncdim_same.html
/usr/lib64/R/library/ncdf4/help/ncvar_add.html
/usr/lib64/R/library/ncdf4/help/ncvar_change_missval.html
/usr/lib64/R/library/ncdf4/help/ncvar_def.html
/usr/lib64/R/library/ncdf4/help/ncvar_def_chunking.html
/usr/lib64/R/library/ncdf4/help/ncvar_def_deflate.html
/usr/lib64/R/library/ncdf4/help/ncvar_get.html
/usr/lib64/R/library/ncdf4/help/ncvar_get_inner.html
/usr/lib64/R/library/ncdf4/help/ncvar_id.html
/usr/lib64/R/library/ncdf4/help/ncvar_id_to_missing_value.html
/usr/lib64/R/library/ncdf4/help/ncvar_inq.html
/usr/lib64/R/library/ncdf4/help/ncvar_inq_chunking.html
/usr/lib64/R/library/ncdf4/help/ncvar_inq_deflate.html
/usr/lib64/R/library/ncdf4/help/ncvar_name.html
/usr/lib64/R/library/ncdf4/help/ncvar_ndims.html
/usr/lib64/R/library/ncdf4/help/ncvar_put.html
/usr/lib64/R/library/ncdf4/help/ncvar_rename.html
/usr/lib64/R/library/ncdf4/help/ncvar_size.html
/usr/lib64/R/library/ncdf4/help/ncvar_type.html
/usr/lib64/R/library/ncdf4/help/ncvar_type_to_string.html
/usr/lib64/R/library/ncdf4/help/nslashes_ncdf4.html
/usr/lib64/R/library/ncdf4/help/paths.rds
/usr/lib64/R/library/ncdf4/help/print.ncdf4.html
/usr/lib64/R/library/ncdf4/help/vobjtovarid4.html
/usr/lib64/R/library/ncdf4/html
/usr/lib64/R/library/ncdf4/html/00Index.html
/usr/lib64/R/library/ncdf4/html/R.css
/usr/lib64/R/library/ncdf4/html/ancvar_put.html
/usr/lib64/R/library/ncdf4/html/nc_close.html
/usr/lib64/R/library/ncdf4/html/nc_create.html
/usr/lib64/R/library/ncdf4/html/nc_enddef.html
/usr/lib64/R/library/ncdf4/html/nc_open.html
/usr/lib64/R/library/ncdf4/html/nc_redef.html
/usr/lib64/R/library/ncdf4/html/nc_sync.html
/usr/lib64/R/library/ncdf4/html/nc_version.html
/usr/lib64/R/library/ncdf4/html/ncatt_get.html
/usr/lib64/R/library/ncdf4/html/ncatt_put.html
/usr/lib64/R/library/ncdf4/html/ncdf4-internal.html
/usr/lib64/R/library/ncdf4/html/ncdf4-package.html
/usr/lib64/R/library/ncdf4/html/ncdim_def.html
/usr/lib64/R/library/ncdf4/html/ncvar_add.html
/usr/lib64/R/library/ncdf4/html/ncvar_change_missval.html
/usr/lib64/R/library/ncdf4/html/ncvar_def.html
/usr/lib64/R/library/ncdf4/html/ncvar_get.html
/usr/lib64/R/library/ncdf4/html/ncvar_rename.html
/usr/lib64/R/library/ncdf4/html/print.ncdf4.html
/usr/lib64/R/library/ncdf4/libs
/usr/lib64/R/library/ncdf4/libs/ncdf4.so

References

Summary

In this tutorial we learn how to install R-ncdf4 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).