InfluxData - Package Repository


Filename Last Modified Size
.. - -
11424674e4a4617171e78bdeab89ed12b8288fcae0100895a94e8fd2e1d93cca-primary.xml.gz 2024-05-06 15:03:14+00:00 16276
1a887b1e3d46ee2b0d93bd5a28db1e4028a5fd8d196251cfd3d49a222b194c4a-filelists.xml.gz 2024-05-06 15:03:14+00:00 8086
4020ec033b9a35c930d13ce0d654e01fbf0fae4551bd62a83eb5385618fa2827-other.xml.gz 2024-05-06 15:03:14+00:00 6224
912ace6795866df97aa7b09d10051671c689a1025b9f9a28f0fefaa4bbc53635-other.sqlite.bz2 2024-05-06 15:03:14+00:00 8600
ceea5a4a490d2237c66ad5ac10cdd9203c836656a46a736579acdd4f2ba48623-primary.sqlite.bz2 2024-05-06 15:03:14+00:00 36934
f1f6e01d657a0ddbf80963ae6f59308c833db526bba33547d21641a7a439807d-filelists.sqlite.bz2 2024-05-06 15:03:14+00:00 20745
repomd.xml 2024-05-06 15:03:14+00:00 3084

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.