InfluxData - Package Repository


Filename Last Modified Size
.. - -
059904f9cb9f4d03bb3ddcee8f546206a96c164c08a71a63f26ba340f0770fd9-filelists.xml.gz 2024-03-27 17:41:09+00:00 20937
13eed3993f95f9825f63c5c947d1e4c4b75d375e10195ed6124c20446279f466-filelists.sqlite.bz2 2024-03-27 17:41:09+00:00 56601
67ddc37acddac82f3106b1b001518f102ff3ea979cbbddbf9941cde3db25ddf4-primary.sqlite.bz2 2024-03-27 17:41:09+00:00 93423
a942ad1d5e2365d7d0d253e87152db44dc442b96c2f6f04d9ac47a7e14496ae8-other.xml.gz 2024-03-27 17:41:09+00:00 15453
f2a9719086fa0f9bacc718e6bce54388c1f81a44d15741599bd3384e6f91a2f6-primary.xml.gz 2024-03-27 17:41:09+00:00 38869
f615322d39e38001684c73c7712d0b782852044292e75c14c14e45328c777bdf-other.sqlite.bz2 2024-03-27 17:41:09+00:00 20881
repomd.xml 2024-03-27 17:41:09+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.