InfluxData - Package Repository


Filename Last Modified Size
.. - -
14e7ac1aeebd85bc097a36a7dacab4a648e4d901acaca225968a91127215e4d3-primary.sqlite.bz2 2024-04-26 13:34:31+00:00 94637
4cf0b9d47f32fa32eb6ce207a2192f59cc6f7f1ce0cf3db6ff7108c2e6671fb9-primary.xml.gz 2024-04-26 13:34:31+00:00 39656
d0effdf4f7aac65fa6284d17c11237ca46a42382cf1862966c4531185a9fa35f-filelists.sqlite.bz2 2024-04-26 13:34:31+00:00 57389
d32e3bb892142d16e012b18827ee0f66b72d3f82d9d0b28428cbfc55d0a1eea7-other.sqlite.bz2 2024-04-26 13:34:31+00:00 21214
d49484dc17a251d3f791e6749e1deaa1c7925faccf8eaf6aaaa4089f06791ad9-filelists.xml.gz 2024-04-26 13:34:31+00:00 21342
f60e773a8ffef9ca4a5ecbd2c5ccdc23435587bebb89d7a3b7698d0d8afbef56-other.xml.gz 2024-04-26 13:34:30+00:00 15766
repomd.xml 2024-04-26 13:34:30+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.