InfluxData - Package Repository


Filename Last Modified Size
.. - -
37071904d6e41ce4c9541ec523e5b4fae4999c5594b8368682a31909b14f156d-other.sqlite.bz2 2025-05-05 19:41:17+00:00 24027
4ed725c89e87c18c37224404e862b472a74b6d08e2314bf8cccdd3b2e065fbd9-other.xml.gz 2025-05-05 19:41:17+00:00 18054
ba78f926fe6b8df0c0ed2a1fccc91c4e409ff9b440ea88f71fc3590055e1de82-filelists.sqlite.bz2 2025-05-05 19:41:17+00:00 110386
cb397cfd0cdb55ce0b4974940e3f474b91c19cf2d67e9d2f8758dc22128f0591-primary.xml.gz 2025-05-05 19:41:17+00:00 45176
dcbd6b527bc5bd6b89cc2a29f3226eae4b58140625e476c6bb10fd4d80b73f46-primary.sqlite.bz2 2025-05-05 19:41:17+00:00 107817
e47551e711f9424f93b721b9a21b56be7174ac3c700959f0d7bbd20710e9ba09-filelists.xml.gz 2025-05-05 19:41:17+00:00 121422
repomd.xml 2025-05-05 19:41:17+00:00 3092

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