< Home - < Back

netcdf


Information about the package, netcdf, which is shipped with common Linux distributions. The netcdf package is designed for, Libraries for the Unidata network Common Data Form.


Package Name:

netcdf

Summary:

Libraries for the Unidata network Common Data Form

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.

Architecture:

x86_64

Version:

4.1.1

Release:

3.el6.5

Size:

4.8 M

Repository:

epel

From Repository:

Licence:

NetCDF



Handy Yum Commands for netcdf


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


Command

Description of Command

yum install netcdf

This command will install netcdf on the server.

yum remove netcdf

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

yum -y remove netcdf

This command will un-install netcdf 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 netcdf when using the -y flag.

yum update netcdf

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

yum -y update netcdf

This command will update netcdf 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 netcdf when using the -y flag.

yum info netcdf

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

yum deplist netcdf

This command will show you the dependencies for netcdf. 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 netcdf

This command will check if there is an update waiting on netcdf. 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.