InfluxData - Package Repository


Filename Last Modified Size
.. - -
0629fa9b560de75089bfa1110f25f272930b58d7f7da32736bac36d3c574be53-primary.xml.gz 2025-03-10 21:15:34+00:00 20142
797f375a174e3a53faa268643212157b8ba2334028b5f42e60bde05cc7853515-filelists.sqlite.bz2 2025-03-10 21:15:34+00:00 25692
a80e6c55362b49add15a381148231cd0158388a16935e95a697aa21c431d944e-primary.sqlite.bz2 2025-03-10 21:15:34+00:00 45260
c6317cc41da94cc047e84d0aef38cfa7d6c8fd13fa2ffaaac047e26c720807f2-other.sqlite.bz2 2025-03-10 21:15:33+00:00 10949
c7345d4110313a6bb767b6f3353d2e929addf232e2c8995f15c4776f4df66761-filelists.xml.gz 2025-03-10 21:15:34+00:00 9956
e17c59704d24abb42bff677d14abd84239ad773afbf969a89031a51675e11f6f-other.xml.gz 2025-03-10 21:15:33+00:00 7946
repomd.xml 2025-03-10 21:15:33+00:00 3086

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.