# Installer influxdb@2 avec Homebrew, Nix, zypper, scoop, apt, MacPorts, pacman

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

## installation

```sh
sudo av install brew:influxdb@2
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install influxdb@2
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install influxdb
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#influxdb2
```

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

- zypper (92%):

```sh
sudo zypper install influxdb2
```

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

- Debian apt (92%):

```sh
sudo apt install influxdb
```

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

- pacman (92%):

```sh
sudo pacman -S influxdb
```

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

### Windows

- Scoop (92%):

```sh
scoop install versions/influxdb2
```

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

## Faits du paquet

- **Clé du paquet:** brew:influxdb@2
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/influxdb@2>
- **Version:** 2.9.1
- **Résumé source:** Time series, events, and metrics database
- **Page d'accueil:** <https://influxdata.com/time-series-platform/influxdb/>
- **Dépôt:** <https://github.com/influxdata/influxdb>
- **Docs amont:** <https://influxdata.com/time-series-platform/influxdb/>
- **Licence:** MIT
- **Archive source:** <https://github.com/influxdata/influxdb.git>
- **Dernière mise à jour:** 2026-07-26T04:07:49+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## Dépendances de compilation

- breezy
- go
- pkgconf
- protobuf
- rust

## Comportement d'installation

- hook post-installation: non défini
- Service: declared
- Précautions: This formula does not contain command-line interface; to install it, run: brew install influxdb-cli
- 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: 2.9.1
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/influxdata/influxdb
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

InfluxDB 2 is the second major open source InfluxDB line, combining storage, UI, visualization, processing, monitoring, and alerting into a single time-series platform.

### Historique du projet

InfluxDB 2 evolved from the 1.x database and the surrounding TICK stack. InfluxData described Cloud 2.0 as the evolution of Telegraf, InfluxDB, Chronograf, and Kapacitor into a unified experience, with Telegraf remaining the edge data collector.

The 2.0 open source release reached general availability in November 2020. Its public messaging emphasized a single binary, token-based security, built-in UI, Flux, and upgrade paths from earlier InfluxDB installations.

### Historique d'adoption

InfluxData's 2.0 announcement positioned the release as a successor to 1.0, which had shipped in September 2016, and cited millions of open source downloads plus hundreds of thousands of daily active instances across the preceding years.

The package-manager story is shaped by coexistence: `influxdb@1` and `influxdb@2` remain separate because operators often need to choose between the 1.x compatibility surface and the 2.x integrated platform model.

### Modes d'utilisation

The Homebrew formula exposes `influxd` for running the server. In the 2.x line, users commonly interact with the database through the web UI, token-authenticated APIs, Flux queries, and the separate Influx CLI.

InfluxDB 2 is used for metrics, events, observability, IoT, and application time-series workloads where the database, UI, tasks, and alerting are expected to arrive as one platform rather than several separately deployed components.

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

InfluxDB 2 is significant because it turned a package-manager upgrade into a product-line choice. The formula boundary preserves an operational distinction between InfluxQL-era infrastructure and Flux/token/UI-era infrastructure.

It also captures a common infrastructure pattern: a daemon that absorbs adjacent tools from its ecosystem into one installable unit while keeping data collection in a companion agent.

### Chronologie

- 2019: InfluxDB 2.0 alpha builds appeared in the public GitHub release stream.
- 2020: InfluxDB Cloud 2.0 was announced as a unified TICK-stack experience.
- 2020: InfluxDB Open Source 2.0 reached general availability.
- 2020: InfluxData announced a storage reimagining project alongside the 2.0 platform.

### Related projects

- Related projects include InfluxDB 1.x, Telegraf, Chronograf, Kapacitor, Flux, InfluxDB Cloud 2.0, and later InfluxDB 3 work in the same repository.

### Sources

- <https://docs.influxdata.com/influxdb/v2>
- <https://github.com/influxdata/influxdb>
- <https://www.influxdata.com/blog/influxdata-advances-possibilities-of-time-series-data-with-general-availability-of-influxdb-2-0/>
- <https://www.influxdata.com/blog/influxdb-2-0-open-source-is-generally-available/>
- <https://www.influxdata.com/blog/influxdb-cloud-2-0-launches-as-a-serverless-platform-for-time-series-data/>
- <https://www.influxdata.com/blog/why-were-building-flux-a-new-data-scripting-and-query-language/>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour influxdb@2. 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

- Linux: /etc/influxdb/config.toml
- Unix: ./config.yaml, ./config.yml, ./config.toml, ./config.json
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - influxdb2: package manager index match | nixpkgs package indexes: pkgs/by-name/in/influxdb2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - influxdb2 - 2.7.10-1.12: package manager index match | openSUSE Tumbleweed package metadata: influxdb2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Scalable datastore for metrics, events, and real-time analytics | https://github.com/influxdata/influxdb
- zypper - influxdb2-devel - 2.7.10-1.12: package manager index match | openSUSE Tumbleweed package metadata: influxdb2-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | InfluxDB development files | https://github.com/influxdata/influxdb
- Scoop - versions/influxdb2: package manager index match | Scoop official bucket manifest trees: bucket/influxdb2.json from https://api.github.com/repos/ScoopInstaller/Versions/git/trees/master?recursive=1
- Debian apt - golang-github-influxdb-influxdb-dev - 1.6.7~rc0-2: versioned package alias match | Debian stable package indexes: golang-github-influxdb-influxdb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Scalable datastore for metrics, events, and real-time analytics. | https://www.influxdata.com/products/influxdb-overview/
- Debian apt - influxdb - 1.6.7~rc0-2+b12: versioned package alias match | Debian stable package indexes: influxdb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Scalable datastore for metrics, events, and real-time analytics | https://www.influxdata.com/products/influxdb-overview/
- Debian apt - influxdb-client - 1.6.7~rc0-2+b12: versioned package alias match | Debian stable package indexes: influxdb-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command line interface for InfluxDB | https://www.influxdata.com/products/influxdb-overview/
- Nix - influxdb: versioned package alias match | nixpkgs package indexes: pkgs/by-name/in/influxdb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - golang-github-influxdb-influxdb-dev - 1.6.7~rc0-2build1: versioned package alias match | Ubuntu 24.04 LTS package indexes: golang-github-influxdb-influxdb-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Scalable datastore for metrics, events, and real-time analytics. | https://www.influxdata.com/products/influxdb-overview/
- Ubuntu apt - influxdb - 1.6.7~rc0-2build1: versioned package alias match | Ubuntu 24.04 LTS package indexes: influxdb from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Scalable datastore for metrics, events, and real-time analytics | https://www.influxdata.com/products/influxdb-overview/
- Ubuntu apt - influxdb-client - 1.6.7~rc0-2build1: versioned package alias match | Ubuntu 24.04 LTS package indexes: influxdb-client from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command line interface for InfluxDB | https://www.influxdata.com/products/influxdb-overview/
- pacman - influxdb - 2.7.10-1: versioned package alias match | Arch Linux sync databases: influxdb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Scalable datastore for metrics, events, and real-time analytics | https://github.com/InfluxData/influxdb
- zypper - influxdb - 1.11.8-1.12: versioned package alias match | openSUSE Tumbleweed package metadata: influxdb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Scalable datastore for metrics, events, and real-time analytics | https://github.com/influxdata/influxdb
- zypper - influxdb-devel - 1.11.8-1.12: versioned package alias match | openSUSE Tumbleweed package metadata: influxdb-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | InfluxDB development files | https://github.com/influxdata/influxdb
- MacPorts - influxdb: versioned package alias match | MacPorts ports tree: sysutils/influxdb/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/influxdb: versioned package alias match | Scoop official bucket manifest trees: bucket/influxdb.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing 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.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Build dependency declared by Homebrew.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [protobuf](https://pkg.so/fr/brew/protobuf/) - Build dependency declared by Homebrew.
- [rust](https://pkg.so/fr/brew/rust/) - Build dependency declared by Homebrew.
- [influxdb](https://pkg.so/fr/brew/influxdb/) - Package name indicates the same formula family.
- [influxdb-cli](https://pkg.so/fr/brew/influxdb-cli/) - Package name indicates the same formula family.
- [influxdb@1](https://pkg.so/fr/brew/influxdb-1/) - Package name indicates the same formula family.
- [arcadedb](https://pkg.so/fr/brew/arcadedb/) - Shares pkgdb curated category or tags: cli, data, database, server, time-series.
- [redis](https://pkg.so/fr/brew/redis/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [mysql](https://pkg.so/fr/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@14](https://pkg.so/fr/brew/postgresql-14/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@16](https://pkg.so/fr/brew/postgresql-16/) - Shares pkgdb curated category or tags: cli, data, database, server.
- [postgresql@17](https://pkg.so/fr/brew/postgresql-17/) - Shares pkgdb curated category or tags: cli, data, database, server.

## Combined YAML source

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


## Sources

- pkg.so package database
- 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
