< Home - < Back

nco


Information about the package, nco, which is shipped with common Linux distributions. The nco package is designed for, Suite of programs for manipulating NetCDF/HDF4 files.


Package Name:

nco

Summary:

Suite of programs for manipulating NetCDF/HDF4 files

Description:

The netCDF Operators, NCO, are a suite of command line programs known as operators. The operators facilitate manipulation and analysis of self-describing data stored in the freely available netCDF and HDF formats (http://www.unidata.ucar.edu/packages/netcdf and http://hdf.ncsa.uiuc.edu, respectively). Each NCO operator (e.g., ncks) takes netCDF or HDF input file(s), performs an operation (e.g., averaging, hyperslabbing, or renaming), and outputs a processed netCDF file. Although most users of netCDF and HDF data are involved in scientific research, these data formats, and thus NCO, are generic and are equally useful in fields from agriculture to zoology. The NCO User's Guide illustrates NCO use with examples from the field of climate modeling and analysis. The NCO homepage is http://nco.sourceforge.net/.

Architecture:

x86_64

Version:

4.3.7

Release:

2.el6

Size:

2.4 M

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for nco


Control the nco package with the following handy commands outlined below.


Command

Description of Command

yum install nco

This command will install nco on the server.

yum remove nco

This command will un-install nco on the server. When you run this command, you will be asked if you are sure that you want to remove nco, so you have to manually confirm that you want to do this.

yum -y remove nco

This command will un-install nco on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nco when using the -y flag.

yum update nco

This command will update nco to the latest version. When you run this command, you will be asked if you are sure that you want to remove nco, so you have to manually confirm that you want to do this.

yum -y update nco

This command will update nco to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove nco when using the -y flag.

yum info nco

This command will show you core information about the nco package.

yum deplist nco

This command will show you the dependencies for nco. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update nco

This command will check if there is an update waiting on nco. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.