# Installer gmt avec Homebrew, apt, Nix, pacman, dnf, winget

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

## installation

```sh
sudo av install brew:gmt
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gmt
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install gmt
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gmt
```

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

- pacman (92%):

```sh
sudo pacman -S gmt
```

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

- dnf (92%):

```sh
sudo dnf install GMT
```

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

### Windows

- winget (92%):

```sh
winget install --id GenericMappingTools.gmt -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:gmt
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gmt>
- **Version:** 6.7.0
- **Résumé source:** Tools for manipulating and plotting geographic and Cartesian data
- **Page d'accueil:** <https://www.generic-mapping-tools.org/>
- **Dépôt:** <https://github.com/GenericMappingTools/gmt>
- **Docs amont:** <https://www.generic-mapping-tools.org/>
- **Licence:** LGPL-3.0-or-later
- **Archive source:** <https://github.com/GenericMappingTools/gmt/archive/refs/tags/6.7.0.tar.gz>
- **Dernière mise à jour:** 2026-07-30T11:41:11Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- fz_funcs (cli)
- fz_funcs.sh (cli)
- fzmodeler (cli)
- fzprofiler (cli)
- gmt (cli)
- gmt-config (cli)
- gmt_shell_functions.sh (cli)
- gmt_update (cli)
- gmtswitch (cli)
- isogmt (cli)
- fz_funcs (alias)
- fz_funcs.sh (alias)
- fzmodeler (alias)
- fzprofiler (alias)
- gmt (alias)
- gmt-config (alias)
- gmt_shell_functions.sh (alias)
- gmt_update (alias)
- gmtswitch (alias)
- isogmt (alias)

## Dépendances

- fftw
- gdal
- geos
- netcdf
- openblas
- pcre2

## Dépendances de compilation

- cmake

## Bibliothèques fournies par macOS

- curl

## Comportement d'installation

- hook post-installation: non défini
- Précautions: GMT needs Ghostscript for the 'psconvert' command to convert PostScript files to other formats. To use 'psconvert', please 'brew install ghostscript'. GMT needs FFmpeg for the 'movie' command to make movies in MP4 or WebM format. If you need this feature, please 'brew install ffmpeg'. GMT needs GraphicsMagick for the 'movie' command to make animated GIFs. If you need this feature, please 'brew install graphicsmagick'.
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 6.7.0
- gestionnaire mis à jour: 2026-07-30
- données locales: OK
- dépôt amont: https://github.com/GenericMappingTools/gmt
- dernière version détectée: 6.7.0 (à jour)
## Historique du projet et usages

GMT, the Generic Mapping Tools, is an open-source collection of command-line tools for manipulating geographic and Cartesian datasets and producing publication-quality maps, plots, illustrations, and animations. It is a long-running geoscience package with a strong scripting culture.

### Historique du projet

GMT was initiated in late 1987 at Lamont-Doherty Earth Observatory, Columbia University, by graduate students Paul Wessel and Walter H. F. Smith. Version 1 was introduced to Lamont scientists in July 1988, then spread by word of mouth and tape to institutions in the United States, the United Kingdom, Japan, and France.

Version 2.0 was released with a 1991 EOS article and spread worldwide. Version 3.0 followed in 1993 and was described in a 1995 EOS article; a major GMT 4 upgrade arrived in October 2004.

GMT 5 was released in 2013 with broad backward compatibility for GMT 4 syntax. GMT 6 arrived in 2019 with modern mode, a major workflow change intended to make plotting scripts easier to write while retaining the classic command-line model.

The project also professionalized its research-software identity through citation records. The official citation page lists papers for GMT 2, GMT 3, GMT 5, GMT 6, GMT/MATLAB, animation support, and the project's origin story, along with Zenodo DOIs for releases.

### Historique d'adoption

The official site describes GMT as widely used across Earth, ocean, and planetary sciences and beyond, with GMT-made illustrations appearing in scientific journals, meeting posters, Wikipedia pages, and other publications.

The README broadens that audience to medical research, engineering, physics, mathematics, social and biological sciences, geography, fisheries institutes, oil companies, government agencies, and hobbyists. The official About page describes tens of thousands of users worldwide.

Packaging helped that adoption because GMT is naturally scriptable. Scientists could install a stable command suite through Unix package managers, keep plotting recipes in shell scripts or Makefiles, and reproduce figures without a graphical GIS workflow.

### Modes d'utilisation

Practitioners use GMT modules for filtering, trend fitting, gridding, projecting, map projection transformations, contour maps, illuminated surfaces, 3D perspective views, and animations. The README describes about 100 core command-line tools plus around 50 specialized supplement tools.

A typical GMT workflow combines data tables or grids with commands that transform, grid, style, and render figures. The package also brings supporting data such as GSHHG coastlines, rivers, political boundaries, and optional Digital Chart of the World polygons.

Modern mode in GMT 6 lets users write more concise figure scripts, while classic mode remains important for long-lived shell pipelines and publications with reproducible plotting commands.

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

GMT is a canonical scientific CLI package: many small commands, strict text/data interfaces, stable documentation, optional datasets, and decades of scripts in the wild. Package managers keep that ecosystem available without each lab maintaining a custom build.

It also sits at the intersection of Unix plotting, cartography, and research reproducibility. A GMT package is not just an application install; it is often part of a paper's build chain.

### Chronologie

- 1987: GMT initiated at Lamont-Doherty Earth Observatory.
- 1988: Version 1 introduced to Lamont scientists.
- 1991: Version 2.0 released with an EOS article.
- 1993: Version 3.0 released.
- 2004: GMT 4.0 major upgrade released.
- 2013: GMT 5 series released.
- 2019: GMT 6 released with modern mode.
- 2025: GMT 6.6.0 release published.

### Related projects

- GSHHG and DCW provide common support datasets used by GMT.
- netCDF, GDAL, PCRE, FFTW, LAPACK, BLAS, GLib, Zlib, Ghostscript, FFmpeg, and GraphicsMagick are named by the README as important dependencies or external tools.
- PyGMT, GMT/MATLAB, GMT.jl, and related interfaces make GMT available from Python, MATLAB/Octave, Julia, and other environments.

### Sources

- <https://api.github.com/repos/GenericMappingTools/gmt>
- <https://docs.generic-mapping-tools.org/6.6/>
- <https://docs.generic-mapping-tools.org/6.6/changes.html>
- <https://github.com/GenericMappingTools/gmt>
- <https://www.generic-mapping-tools.org/>
- <https://www.generic-mapping-tools.org/about/>
- <https://www.generic-mapping-tools.org/cite/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour gmt. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./gmt.conf, $GMT_USERDIR/gmt.conf, ~/.gmt/gmt.conf
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gmt
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Debian apt - gmt - 6.5.0+dfsg-4: normalized package name match | Debian stable package indexes: gmt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Mapping Tools | http://gmt.soest.hawaii.edu/
- Debian apt - gmt-common - 6.5.0+dfsg-4: normalized package name match | Debian stable package indexes: gmt-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Mapping Tools - Architecture-independent files | http://gmt.soest.hawaii.edu/
- Debian apt - libgmt-dev - 6.5.0+dfsg-4: normalized package name match | Debian stable package indexes: libgmt-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Mapping Tools Library - Development files | http://gmt.soest.hawaii.edu/
- Debian apt - libgmt6t64 - 6.5.0+dfsg-4: normalized package name match | Debian stable package indexes: libgmt6t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Generic Mapping Tools Library | http://gmt.soest.hawaii.edu/
- Nix - gmt: normalized package name match | nixpkgs package indexes: pkgs/by-name/gm/gmt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gmt - 6.5.0+dfsg-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gmt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Mapping Tools | http://gmt.soest.hawaii.edu/
- Ubuntu apt - gmt-common - 6.5.0+dfsg-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gmt-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Mapping Tools - Architecture-independent files | http://gmt.soest.hawaii.edu/
- Ubuntu apt - libgmt-dev - 6.5.0+dfsg-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgmt-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Mapping Tools Library - Development files | http://gmt.soest.hawaii.edu/
- Ubuntu apt - libgmt6t64 - 6.5.0+dfsg-3build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgmt6t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Generic Mapping Tools Library | http://gmt.soest.hawaii.edu/
- dnf - GMT - 6.6.0-9.fc45: normalized package name match | Fedora Rawhide package metadata: GMT from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Generic Mapping Tools | https://www.generic-mapping-tools.org/
- dnf - GMT-common - 6.6.0-9.fc45: normalized package name match | Fedora Rawhide package metadata: GMT-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Common files for GMT | https://www.generic-mapping-tools.org/
- dnf - GMT-devel - 6.6.0-9.fc45: normalized package name match | Fedora Rawhide package metadata: GMT-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Development files for GMT | https://www.generic-mapping-tools.org/
- dnf - GMT-doc - 6.6.0-9.fc45: normalized package name match | Fedora Rawhide package metadata: GMT-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Documentation for GMT | https://www.generic-mapping-tools.org/
- pacman - gmt - 6.6.0-4: normalized package name match | Arch Linux sync databases: gmt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Generic Mapping Tools for manipulating and plotting geographic and cartesian data | https://www.generic-mapping-tools.org
- winget - GenericMappingTools.gmt: normalized package name match | Windows Package Manager source index: GenericMappingTools.gmt from https://cdn.winget.microsoft.com/cache/source.msix


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/fr/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://pkg.so/fr/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [Scientific computing packages](https://pkg.so/fr/scientific-computing-tools/) - Matched scientific computing metadata.
- [pcre2](https://pkg.so/fr/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [gdal](https://pkg.so/fr/brew/gdal/) - Runtime dependency declared by Homebrew.
- [fftw](https://pkg.so/fr/brew/fftw/) - Runtime dependency declared by Homebrew.
- [netcdf](https://pkg.so/fr/brew/netcdf/) - Runtime dependency declared by Homebrew.
- [geos](https://pkg.so/fr/brew/geos/) - Runtime dependency declared by Homebrew.
- [cmake](https://pkg.so/fr/brew/cmake/) - Build dependency declared by Homebrew.
- [proj](https://pkg.so/fr/brew/proj/) - Shares pkgdb curated category or tags: cartography, cli, geospatial, science.
- [gnuplot](https://pkg.so/fr/brew/gnuplot/) - Shares pkgdb curated category or tags: cli, data-visualization, plotting, science.
- [sfcgal](https://pkg.so/fr/brew/sfcgal/) - Shares pkgdb curated category or tags: cli, geospatial, science.
- [gwyddion](https://pkg.so/fr/brew/gwyddion/) - Shares pkgdb curated category or tags: cli, data-visualization, science.
- [rtabmap](https://pkg.so/fr/brew/rtabmap/) - Shares pkgdb curated category or tags: cli, mapping, science.
- [grace](https://pkg.so/fr/brew/grace/) - Shares pkgdb curated category or tags: cli, plotting, science.
- [libgr](https://pkg.so/fr/brew/libgr/) - Shares pkgdb curated category or tags: cli, plotting, science.
- [root](https://pkg.so/fr/brew/root/) - Local package facts share a topical domain. Shared terms: cli, config, data, fftw, openblas.
- [cp2k](https://pkg.so/fr/brew/cp2k/) - Local package facts share a topical domain. Shared terms: cli, fftw, openblas, science.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
