InfluxData - Package Repository


Filename Last Modified Size
.. - -
11c382ac5d4bf393c2165f48feb018352c8b280045e98304392d48ec86af96bb-filelists.sqlite.bz2 2024-11-19 19:02:17+00:00 60678
16287cc0b2f6e06bfe9fa60897fd941bfee5bf0e95d139753b26bffca5fbc8c1-filelists.xml.gz 2024-11-19 19:02:17+00:00 22727
2e537a0bec23997e4d348b1427a2e9f4348609fb1ac749a7822dbcfb5f4a1241-other.sqlite.bz2 2024-11-19 19:02:17+00:00 22873
6cbc4d2029cfd6a01e5dbb143982d74fec2bafbbc4badf5f802590186b41f8a9-primary.sqlite.bz2 2024-11-19 19:02:17+00:00 100310
dcc3defd8a64a8d3613d3b631d6668e7588565bca17a4b99202b8531aa158028-other.xml.gz 2024-11-19 19:02:17+00:00 17041
fca8ff9598e4503fff38d464155003bfeb1e02d27ef049a4c938e0d18d9c9649-primary.xml.gz 2024-11-19 19:02:16+00:00 42651
repomd.xml 2024-11-19 19:02:16+00:00 3089

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.