InfluxData - Package Repository


Filename Last Modified Size
.. - -
02f4ee9838b4a15e9fbe6a6a2d5377135c89c7f95a1c2428122e82384d50ab25-filelists.xml.gz 2025-03-10 21:13:43+00:00 15244
704473fbc9cd9503138dfe63b22d63f591ee75f9dc126816530a57c1f3ec1e4c-primary.xml.gz 2025-03-10 21:13:42+00:00 28120
95732ef88834a220a0c760afcd725bf83729c7e941ad6f3dba4c1b88ddd84f23-other.sqlite.bz2 2025-03-10 21:13:42+00:00 15631
966b23477ff262f5675f601076a0c214de78eaa4c538a6efd8fac6acf046abde-other.xml.gz 2025-03-10 21:13:42+00:00 11377
b4628240c334489b4918d41f9320bcac5f227d31e3727963a2fd271c937dca4e-primary.sqlite.bz2 2025-03-10 21:13:42+00:00 72027
c6038ac85a79b3a97576a0c49b6d18ade58bf611d9502a6e9c6b94b974f8831d-filelists.sqlite.bz2 2025-03-10 21:13:42+00:00 42474
repomd.xml 2025-03-10 21:13:42+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.