InfluxData - Package Repository


Filename Last Modified Size
.. - -
042ee6ac103347ce448c9eba04b5fee62e9bd68866cf40480207a285a7f911ce-other.sqlite.bz2 2024-11-19 19:03:37+00:00 14948
0647015bb9be4eff0313623df502ba68fc4cbf4b0c948afa55c56ca63ff25ef4-filelists.xml.gz 2024-11-19 19:03:37+00:00 14688
1904dd8ef89147b277d7cd18a25ba3b1833be9da0d78da231095129acb89b8de-primary.sqlite.bz2 2024-11-19 19:03:37+00:00 64662
2647d5f1241615c466fe2a268fecf477e4718d3caafeec9ecfb1a606ca4d433f-primary.xml.gz 2024-11-19 19:03:37+00:00 25603
8068c7814d8e20e5084b511fdce433986a3d05f7c6d5758e87127fe4f5b8b24b-other.xml.gz 2024-11-19 19:03:37+00:00 10839
8f191740872796dc1dcac1ee5beb8af1364e778b5cf8fee9e06abfcc24d36b97-filelists.sqlite.bz2 2024-11-19 19:03:37+00:00 40298
repomd.xml 2024-11-19 19:03:37+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.