InfluxData - Package Repository


Filename Last Modified Size
.. - -
02957440051d37bbf5f43631f979da2c0af0180679c87313447ed01bdc798a9a-primary.xml.gz 2024-09-11 19:41:58+00:00 27102
3be48407d3e51b0e8b0d646e6d83c2abb69939b635ea5b0e5cc920b65476d143-filelists.sqlite.bz2 2024-09-11 19:41:58+00:00 40635
47cfb7f328fd97d92c48375b920eddb3838e1c4e03723b7c74515ed9d8a33034-primary.sqlite.bz2 2024-09-11 19:41:58+00:00 69393
e2f47c7d8942ee4c8854df85b3da4ab6de765b36d65bd83423d821d1a110517d-other.xml.gz 2024-09-11 19:41:58+00:00 10846
e7925ee8ffb6913f3f582576ba997498a2c569f92c7ef9441c242cec1f9e15e9-filelists.xml.gz 2024-09-11 19:41:58+00:00 14674
f3b0494188f3787757748760a8d2c361781d799089a8f11a0e20ae5598dbc285-other.sqlite.bz2 2024-09-11 19:41:58+00:00 14976
repomd.xml 2024-09-11 19:41:58+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.