# Installer netcdf avec Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper, apt, winget

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de netcdf pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:netcdf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install netcdf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install netcdf
```

  Preuve: MacPorts ports tree: science/netcdf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add netcdf
```

  Preuve: Alpine Linux edge package indexes: netcdf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install netcdf
```

  Preuve: Fedora Rawhide package metadata: netcdf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#netcdf
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ne/netcdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S netcdf
```

  Preuve: Arch Linux sync databases: netcdf from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install netcdf
```

  Preuve: openSUSE Tumbleweed package metadata: netcdf from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libnetcdf-dev
```

  Preuve: Debian stable package indexes: libnetcdf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

### Windows

- winget (92%):

```sh
winget install --id Unidata.NetCDF -e
```

  Preuve: Windows Package Manager source index: Unidata.NetCDF from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:netcdf
- **Gestionnaire de paquets:** Homebrew
- **Version:** 4.10.1
- **Résumé source:** Libraries and data formats for array-oriented scientific data
- **Page d'accueil:** <https://www.unidata.ucar.edu/software/netcdf/>
- **Dépôt:** <https://github.com/Unidata/netcdf-c>
- **Dernière mise à jour:** 2026-07-09T22:04:02Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- nc-config (alias)
- nccopy (alias)
- ncdump (alias)
- ncgen (alias)
- ncgen3 (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 4.10.1
## Historique du projet et usages

netCDF is one of the standard data formats and libraries for portable, self-describing, array-oriented scientific data. Homebrew's netcdf formula packages the C library and utilities such as nc-config, ncdump, ncgen, ncgen3, and nccopy.

### Historique du projet

The project grew out of Unidata's late-1980s work on a portable scientific data interface. Unidata's history says Glenn Davis developed an early C prototype layered on XDR in early 1988, then an August 1988 workshop settled the Unidata netCDF interface before Davis and Russ Rew implemented the first software. Version 2.0 was announced in October 1991, version 3.3 in May 1997 added a new type-safe C and Fortran interface, and version 3.4 in March 1998 brought initial large-file support and performance work.

### Historique d'adoption

Unidata describes netCDF as a community standard for sharing scientific data, with maintained C, C++, Java, and Fortran interfaces and additional interfaces for Python, IDL, MATLAB, R, Ruby, and Perl. Homebrew analytics show the core package's broad dependency role: on July 1, 2026 the formula page listed 90,512 installs over 365 days and 6,249 over 30 days, while only 14,750 of the annual installs were direct installs on request.

### Modes d'utilisation

Users interact with it both as a library and as a CLI toolkit. ncdump prints a netCDF file as CDL text, ncgen turns CDL back into binary netCDF, and nccopy copies files while changing binary format, compression, chunks, or storage settings. Developers use nc-config to discover compiler and linker flags, and higher-level ecosystems build on the C library for Python, Fortran, C++, and analysis tools.

### Pourquoi les passionnés de paquets s'y intéressent

For package people, netcdf is the anchor package in a stack that fans out into HDF5, compression libraries, OPeNDAP/curl support, language bindings, climate tools, and HPC I/O packages. A formula bump can ripple into scientific software because the data model is stable but the feature matrix depends on build options such as HDF5, DAP, zstd, and parallel I/O support.

### Chronologie

- 1988: Glenn Davis developed an early Unidata netCDF C prototype layered on XDR.
- 1988-08: a Unidata workshop agreed on the netCDF interface.
- 1991-10: netCDF 2.0 was announced.
- 1997-05: netCDF 3.3 added a type-safe C and Fortran interface.
- 1998-03: netCDF 3.4 added initial large-file support.
- 2026-02-25: netCDF-C 4.10.0 was released.
- 2026-07-01: Homebrew listed stable version 4.10.0 and 90,512 installs over 365 days.

### Related projects

- netcdf-fortran
- netcdf-cxx
- netcdf4-python
- HDF5
- PnetCDF
- NCO

### Sources

- <https://docs.unidata.ucar.edu/netcdf-c/current/RELEASE_NOTES.html>
- <https://docs.unidata.ucar.edu/nug/2.0-draft/netcdf_history.html>
- <https://docs.unidata.ucar.edu/nug/current/netcdf_utilities_guide.html>
- <https://formulae.brew.sh/formula/netcdf>
- <https://github.com/Unidata/netcdf-c>
- <https://www.unidata.ucar.edu/software/netcdf/>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libnetcdf-dev - 1:4.9.3-1: normalized package name match | Debian stable package indexes: libnetcdf-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | creation, access, and sharing of scientific data | http://www.unidata.ucar.edu/software/netcdf/
- Debian apt - libnetcdf22 - 1:4.9.3-1: normalized package name match | Debian stable package indexes: libnetcdf22 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Interface for scientific data access to large binary data | http://www.unidata.ucar.edu/software/netcdf/
- Debian apt - netcdf-bin - 1:4.9.3-1: normalized package name match | Debian stable package indexes: netcdf-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Programs for reading and writing NetCDF files | http://www.unidata.ucar.edu/software/netcdf/
- Debian apt - netcdf-doc - 1:4.9.3-1: normalized package name match | Debian stable package indexes: netcdf-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation for NetCDF | http://www.unidata.ucar.edu/software/netcdf/
- Nix - netcdf: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/netcdf/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libnetcdf-dev - 1:4.9.2-5ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: libnetcdf-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | creation, access, and sharing of scientific data | http://www.unidata.ucar.edu/software/netcdf/
- Ubuntu apt - libnetcdf19t64 - 1:4.9.2-5ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: libnetcdf19t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Interface for scientific data access to large binary data | http://www.unidata.ucar.edu/software/netcdf/
- Ubuntu apt - netcdf-bin - 1:4.9.2-5ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: netcdf-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Programs for reading and writing NetCDF files | http://www.unidata.ucar.edu/software/netcdf/
- Ubuntu apt - netcdf-doc - 1:4.9.2-5ubuntu4: normalized package name match | Ubuntu 24.04 LTS package indexes: netcdf-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Documentation for NetCDF | http://www.unidata.ucar.edu/software/netcdf/
- apk - netcdf - 4.10.1-r0: normalized package name match | Alpine Linux edge package indexes: netcdf from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Libraries for the Unidata network Common Data Format | https://www.unidata.ucar.edu/software/netcdf/
- apk - netcdf-dev - 4.10.1-r0: normalized package name match | Alpine Linux edge package indexes: netcdf-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Libraries for the Unidata network Common Data Format (development files) | https://www.unidata.ucar.edu/software/netcdf/
- apk - netcdf-doc - 4.10.1-r0: normalized package name match | Alpine Linux edge package indexes: netcdf-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Libraries for the Unidata network Common Data Format (documentation) | https://www.unidata.ucar.edu/software/netcdf/
- apk - netcdf-utils - 4.10.1-r0: normalized package name match | Alpine Linux edge package indexes: netcdf-utils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Libraries for the Unidata network Common Data Format | https://www.unidata.ucar.edu/software/netcdf/
- dnf - netcdf - 4.10.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: netcdf from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Libraries for the Unidata network Common Data Form | http://www.unidata.ucar.edu/software/netcdf/
- dnf - netcdf-devel - 4.10.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: netcdf-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for netcdf | http://www.unidata.ucar.edu/software/netcdf/
- dnf - netcdf-mpich - 4.10.0-4.fc45: normalized package name match | Fedora Rawhide package metadata: netcdf-mpich from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | NetCDF mpich libraries | http://www.unidata.ucar.edu/software/netcdf/


## Combined YAML source

View the package source record on GitHub. [combined/netcdf.yml](https://github.com/mxcl/pkgdb/blob/main/combined/netcdf.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
