InfluxData - Package Repository


Filename Last Modified Size
.. - -
08a45c0cd2a018db9b896ca5506f2383da67127f297d8a96319f633577329b26-other.xml.gz 2024-04-23 15:48:50+00:00 15721
174b9c96799a70a57236dba90b214543207595e1f721753dd50d199cdfc70922-primary.xml.gz 2024-04-23 15:48:50+00:00 39543
5cf20d5ddd50a11f4f939cea4e0a4d10806e7e74993aa410d96d0735e2d5325b-filelists.sqlite.bz2 2024-04-23 15:48:50+00:00 57343
8167b53d80f4c0cb2571acaeafe02181659e5996ba0413ccaa55195688232ec1-filelists.xml.gz 2024-04-23 15:48:50+00:00 21258
aebb27dab6c664c1a2b7a3617c3fbf49c88e4ad3c04672a3efcca6a12907362c-primary.sqlite.bz2 2024-04-23 15:48:50+00:00 94164
ed2489dd0635040aa6fd21d78576d4ed12f3165c987182d048047edb6d7b3031-other.sqlite.bz2 2024-04-23 15:48:50+00:00 21162
repomd.xml 2024-04-23 15:48:50+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.