InfluxData - Package Repository


Filename Last Modified Size
.. - -
02521d34568ce544068fbba93cf982cce1a00c45bb5a77f27bd157b2e9bb220d-filelists.sqlite.bz2 2025-02-10 22:16:50+00:00 7469
880785afe3382f424041e6040793c74f761fe9d5732b173bbe27f7f856307326-other.xml.gz 2025-02-10 22:16:50+00:00 2077
bd57250e49a0f0931f03ec76f38d5a16e1e70b6ff67411454ed21b50b5de9e57-filelists.xml.gz 2025-02-10 22:16:49+00:00 2220
c10e8fc7ea5b70441fbbcd6d6a2b5e5c6d83e461c689eb71f5634140196920eb-other.sqlite.bz2 2025-02-10 22:16:50+00:00 3333
c903b18e7f50eb80f919ba5d46f5a36e126475d1db9a2e388ba4612725fe1ab5-primary.xml.gz 2025-02-10 22:16:49+00:00 5372
f0e89adbb7f425b0c7f5220a691908b63d7c815ac749a909193e9fb66e70de08-primary.sqlite.bz2 2025-02-10 22:16:50+00:00 14039
repomd.xml 2025-02-10 22:16:49+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.