InfluxData - Package Repository


Filename Last Modified Size
.. - -
09eaf38f268a0899269e819d34bf047ee17f397d3fdd51b2d9007d5201c127f7-filelists.sqlite.bz2 2025-01-10 18:01:02+00:00 25015
413d8a6d2f94a458f7255db893b07973d622ec0c2e0aef5c78cc52e8e157d3bf-other.xml.gz 2025-01-10 18:01:02+00:00 7688
7f84cfbc60fc6c0da1ebe202fd380d1db777d0f41a9c2268a418f8b8d00ccc28-primary.xml.gz 2025-01-10 18:01:02+00:00 19657
a136bce51d8faf149a4e2113a45c985a365f51e694ffe3ef002d45d6ad52bb2f-filelists.xml.gz 2025-01-10 18:01:02+00:00 9673
dff0bf3dc623204ed8b6c7f74f42270a94d8ba01d33f27caac158f0d226997d9-primary.sqlite.bz2 2025-01-10 18:01:02+00:00 44337
eae77737a523fa89d4a9a5562cf32f644dbabbb4be3601b861443b00e226f9b1-other.sqlite.bz2 2025-01-10 18:01:02+00:00 10600
repomd.xml 2025-01-10 18:01:02+00:00 3086

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.