# Installer gnuplot avec Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, zypper, scoop, winget

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

## installation

```sh
sudo av install brew:gnuplot
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install gnuplot
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gnuplot
```

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

### Linux

- apk (92%):

```sh
sudo apk add gnuplot
```

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

- Debian apt (92%):

```sh
sudo apt install gnuplot
```

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

- dnf (92%):

```sh
sudo dnf install gnuplot
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#gnuplot
```

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

- pacman (92%):

```sh
sudo pacman -S gnuplot
```

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

- zypper (92%):

```sh
sudo zypper install gnuplot
```

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

### Windows

- Chocolatey (92%):

```sh
choco install gnuplot
```

  Preuve: Chocolatey community package catalog: gnuplot from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','gitextensions'

- Scoop (92%):

```sh
scoop install main/gnuplot
```

  Preuve: Scoop official bucket manifest trees: bucket/gnuplot.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id gnuplot.gnuplot -e
```

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

## Faits du paquet

- **Clé du paquet:** brew:gnuplot
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/gnuplot>
- **Version:** 6.0.5
- **Résumé source:** Command-driven, interactive function plotting
- **Page d'accueil:** <http://www.gnuplot.info/>
- **Docs amont:** <http://www.gnuplot.info/>
- **Licence:** gnuplot
- **Archive source:** <https://downloads.sourceforge.net/project/gnuplot/gnuplot/6.0.5/gnuplot-6.0.5.tar.gz>
- **Dernière mise à jour:** 2026-07-31T19:17:38Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- gnuplot (cli)
- gnuplot (alias)

## Dépendances

- cairo
- gd
- gettext
- glib
- harfbuzz
- libcerf
- lua
- pango
- qt5compat
- qtbase
- qtsvg
- readline
- webp

## Dépendances de compilation

- pkgconf
- qttools

## Comportement d'installation

- hook post-installation: non défini
- 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.0.5
- gestionnaire mis à jour: 2026-07-31
- données locales: OK
- dépôt amont: http://www.gnuplot.info/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

gnuplot is a portable command-driven graphing utility for plotting mathematical functions and data in interactive sessions, scripts and generated output files.

### Historique du projet

gnuplot was created in 1986 to help scientists and students visualize mathematical functions and data interactively. Its official homepage credits a long development history and describes support for Linux, Windows, macOS, OS/2, VMS and other platforms.

Although its name resembles GNU, gnuplot is not part of the GNU Project. The project developed its own license and community around a portable plotting language, terminal drivers and output backends.

### Historique d'adoption

gnuplot became a fixture in scientific computing because it fit naturally into terminals, makefiles, TeX workflows, data-analysis scripts and remote machines. The homepage notes non-interactive uses such as web scripting and use as a plotting engine by third-party applications including Octave.

### Modes d'utilisation

Practitioners use gnuplot to plot 2D and 3D functions, scatter data, fitted curves, surfaces and publication figures. Output can go to interactive terminals such as Qt, wxWidgets or X11, or to files such as PostScript, PDF, PNG, GIF, JPEG, LaTeX, SVG and HTML5.

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

For package users, gnuplot is the classic small plotting engine: scriptable, portable, easy to call from shell pipelines and useful on systems where a notebook stack or full GUI application would be too much. Its package often sits behind other numerical tools as the plotting backend.

### Chronologie

- 1986: gnuplot was created for interactive visualization of mathematical functions and data.
- 2004: gnuplot 4.0 was released.
- 2015: gnuplot 5.0 was released.
- 2020: gnuplot 5.4 was released.
- 2023: gnuplot 6.0 was released.

### Related projects

- gnuplot is related by workflow to Octave, TeX and LaTeX document production, Unix shell scripting, scientific data files and plotting terminals such as Qt, wxWidgets, X11, SVG, PostScript and PDF.

### Sources

- <http://www.gnuplot.info/>
- <http://www.gnuplot.info/documentation.html>
- <http://www.gnuplot.info/faq/faq.html>
- <https://sourceforge.net/p/gnuplot/gnuplot-main/>


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gnuplot
- **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 - gnuplot - 6.0.2+dfsg1-1: normalized package name match | Debian stable package indexes: gnuplot from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Debian apt - gnuplot-data - 6.0.2+dfsg1-1: normalized package name match | Debian stable package indexes: gnuplot-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Debian apt - gnuplot-doc - 6.0.2+dfsg1-1: normalized package name match | Debian stable package indexes: gnuplot-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Debian apt - gnuplot-nox - 6.0.2+dfsg1-1: normalized package name match | Debian stable package indexes: gnuplot-nox from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Debian apt - gnuplot-qt - 6.0.2+dfsg1-1: normalized package name match | Debian stable package indexes: gnuplot-qt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Debian apt - gnuplot-x11 - 6.0.2+dfsg1-1: normalized package name match | Debian stable package indexes: gnuplot-x11 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Nix - gnuplot: normalized package name match | nixpkgs package indexes: pkgs/by-name/gn/gnuplot/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gnuplot - 6.0.0+dfsg1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: gnuplot from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Ubuntu apt - gnuplot-data - 6.0.0+dfsg1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: gnuplot-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Ubuntu apt - gnuplot-doc - 6.0.0+dfsg1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: gnuplot-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Ubuntu apt - gnuplot-nox - 6.0.0+dfsg1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: gnuplot-nox from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Ubuntu apt - gnuplot-qt - 6.0.0+dfsg1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: gnuplot-qt from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- Ubuntu apt - gnuplot-x11 - 6.0.0+dfsg1-1ubuntu3: normalized package name match | Ubuntu 24.04 LTS package indexes: gnuplot-x11 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Command-line driven interactive plotting program. | https://gnuplot.sourceforge.net/
- apk - gnuplot - 6.0.5-r0: normalized package name match | Alpine Linux edge package indexes: gnuplot from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Utility for plotting graphs | https://gnuplot.sourceforge.net/
- apk - gnuplot-doc - 6.0.5-r0: normalized package name match | Alpine Linux edge package indexes: gnuplot-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Utility for plotting graphs (documentation) | https://gnuplot.sourceforge.net/
- dnf - gnuplot - 6.0.4-3.fc45: normalized package name match | Fedora Rawhide package metadata: gnuplot from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | A program for plotting mathematical expressions and data | http://www.gnuplot.info/


## 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.
- [glib](https://pkg.so/fr/brew/glib/) - Runtime dependency declared by Homebrew.
- [harfbuzz](https://pkg.so/fr/brew/harfbuzz/) - Runtime dependency declared by Homebrew.
- [gettext](https://pkg.so/fr/brew/gettext/) - Runtime dependency declared by Homebrew.
- [pango](https://pkg.so/fr/brew/pango/) - Runtime dependency declared by Homebrew.
- [cairo](https://pkg.so/fr/brew/cairo/) - Runtime dependency declared by Homebrew.
- [webp](https://pkg.so/fr/brew/webp/) - Runtime dependency declared by Homebrew.
- [lua](https://pkg.so/fr/brew/lua/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [maxima](https://pkg.so/fr/brew/maxima/) - Popular package that depends on this formula.
- [libqalculate](https://pkg.so/fr/brew/libqalculate/) - Popular package that depends on this formula.
- [siril](https://pkg.so/fr/brew/siril/) - Popular package that depends on this formula.
- [limesuite](https://pkg.so/fr/brew/limesuite/) - Popular package that depends on this formula.
- [feedgnuplot](https://pkg.so/fr/brew/feedgnuplot/) - Popular package that depends on this formula.
- [litani](https://pkg.so/fr/brew/litani/) - Popular package that depends on this formula.
- [tsung](https://pkg.so/fr/brew/tsung/) - Popular package that depends on this formula.
- [gmt](https://pkg.so/fr/brew/gmt/) - Shares pkgdb curated category or tags: cli, data-visualization, plotting, science.
- [numpy](https://pkg.so/fr/brew/numpy/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [vtk](https://pkg.so/fr/brew/vtk/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [metis](https://pkg.so/fr/brew/metis/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [octave](https://pkg.so/fr/brew/octave/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [gsl](https://pkg.so/fr/brew/gsl/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [root](https://pkg.so/fr/brew/root/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [udunits](https://pkg.so/fr/brew/udunits/) - Shares pkgdb curated category or tags: cli, science, scientific-computing.
- [magics](https://pkg.so/fr/brew/magics/) - Local package facts share a topical domain. Shared terms: cairo, cli, data, gettext, glib.

## Combined YAML source

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


## Sources

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