InfluxData - Package Repository


Filename Last Modified Size
.. - -
15e32d71c8ab88e23fdc7f7518abdc1dc4aec42e555520c3eb0fdd8e1f1fba5f-other.sqlite.bz2 2024-12-18 11:37:25+00:00 23005
1779108abdd18dd76cdfc63de21f91e19285f1dbe45a9da7bf3769343aba0277-primary.sqlite.bz2 2024-12-18 11:37:25+00:00 101435
490ff9fcc206aed959e15751ea8e8bc27e97e4706a67928915b92d8f4b3e711a-filelists.sqlite.bz2 2024-12-18 11:37:25+00:00 61231
76bada5453fb0390a08d02a5a3f5dc00e031ef58b6a47c7c16b371632c67bb82-filelists.xml.gz 2024-12-18 11:37:25+00:00 22981
92e036c45735767a11915c30b3890ca906337c24b1dc6fd7392f7b0e5ae76d45-primary.xml.gz 2024-12-18 11:37:25+00:00 43092
fc7f0fcd1bae4b643593177f95f4c649553245264e262350e31083c4ea1356f6-other.xml.gz 2024-12-18 11:37:25+00:00 17211
repomd.xml 2024-12-18 11:37:25+00:00 3089

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.