InfluxData - Package Repository


Filename Last Modified Size
.. - -
185975c41ded99a6be4d42142baac6af890537030c247e69f9144f1c01fd51b0-filelists.xml.gz 2024-12-09 20:11:50+00:00 2127
3574022c08f3cf84df94887b90285ed9ceff3b23653be9f30bb056ca37ae24ec-other.xml.gz 2024-12-09 20:11:50+00:00 1897
8b6fdd8aa7b3d35f323c9ffc5f23e8e251be13e6c393a154e7879a4fa0e279e0-filelists.sqlite.bz2 2024-12-09 20:11:50+00:00 7191
a04110877409282955ec738f7a070c210440f9bdb6bd9d449bbaed03e6534982-primary.xml.gz 2024-12-09 20:11:50+00:00 5156
a4f6ba7b956bc3203d35146cc0fa027fe7beecf4921fbf2edab92ae30fa81f52-primary.sqlite.bz2 2024-12-09 20:11:50+00:00 13427
ef6ac65ba09f2395b8974a3b9f4084f7d509a8b84a364d031ca253c75bbde392-other.sqlite.bz2 2024-12-09 20:11:49+00:00 3125
repomd.xml 2024-12-09 20:11: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.