InfluxData - Package Repository


Filename Last Modified Size
.. - -
1a25eec04f1fdbf4006720f15ca560a1ac53f2569b3726f5015a77e6b552e694-primary.sqlite.bz2 2024-12-09 20:14:06+00:00 13395
2e6ec513fd025afa23fe32824c964bfbdb32b8775e2c9d6cb26cbd8a6ca0c317-filelists.sqlite.bz2 2024-12-09 20:14:06+00:00 7127
496f36f3c4b005a06803b542b0a701578311f8f3578e30742036864bc9258ff7-filelists.xml.gz 2024-12-09 20:14:06+00:00 2122
74bfc5a3c0fe32a65bc4f197688664ed58c3889cab1c13cbdb9a8c1922162ee9-primary.xml.gz 2024-12-09 20:14:06+00:00 5154
8330e3a23ebebf11336d42a1d70ab1747d68ae27df1775e94835aa5ed361e62f-other.xml.gz 2024-12-09 20:14:06+00:00 1893
aacc71ae02db0d515219242fc01c175bd5af0b06dff38118ee2bc6a8e17bc1a3-other.sqlite.bz2 2024-12-09 20:14:06+00:00 3056
repomd.xml 2024-12-09 20:14:06+00:00 3079

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.