InfluxData - Package Repository


Filename Last Modified Size
.. - -
14319cca9db89311817374c5b4176d620ce81d19cf508edbd1905bf6308a0c87-other.sqlite.bz2 2025-06-27 06:40:03+00:00 15960
2c64a91d892f17f4e7cfcfcd599d7b3d529ab3cf14e6a11ee06bfae67e441820-primary.xml.gz 2025-06-27 06:40:03+00:00 26888
6d0908eb22491e87c8c82063a7c70a56d4c7c850cd79bbb76cce2926e4f631c0-primary.sqlite.bz2 2025-06-27 06:40:03+00:00 67790
75dae21890261bc6130de7ee323cec582e2e0b8b613ca230f7ba9acb74452bb9-other.xml.gz 2025-06-27 06:40:03+00:00 11649
7b37a465aa7a95ae3b36ec28f3b82e870a527fbdbdb8778ad9d2f39e222ad0cc-filelists.xml.gz 2025-06-27 06:40:03+00:00 15597
a9e358eecedefaab13215f0080ed9bd246ff8175a12f1ba097602160ac8052fa-filelists.sqlite.bz2 2025-06-27 06:40:03+00:00 42985
repomd.xml 2025-06-27 06:40:03+00:00 3088

Instructions

This package repo contains RPM and DEB builds of the InfluxData products, including InfluxDB, Telegraf, Chronograf, and Kapacitor. Below are instructions on how to add this package repo to both RPM and DEB based systems.

DEB Repo

For DEB-based platforms (e.g. Ubuntu, Debian):


  wget -q https://repos.influxdata.com/influxdata-archive_compat.key
  echo '393e8779c89ac8d958f81f942f9ad7fb82a25e133faddaf92e15b16e6ac9ce4c influxdata-archive_compat.key' | sha256sum -c && cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
  echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    

RPM Repo

For RPM-based platforms (e.g. RHEL, CentOS):


  cat <<EOF | sudo tee /etc/yum.repos.d/influxdata.repo
  [influxdata]
  name = InfluxData Repository - Stable
  baseurl = https://repos.influxdata.com/stable/\$basearch/main
  enabled = 1
  gpgcheck = 1
  gpgkey = https://repos.influxdata.com/influxdata-archive_compat.key
  EOF
    

GPG Keys

There are currently two GPG keys users can use. The preferred key is influxdata-archive.key. However, if users are running on an older distribution (e.g. CentOS/RHEL 7, Ubuntu 18.04 LTS, or Debian Buster), then the influxdata-archive_compat.key is required for use. This is due to older versions of APT and RPM that do not support subkeys for verification.

Provided by: Liquid Web, LLC