InfluxData - Package Repository


Filename Last Modified Size
.. - -
17ee1c845de93644bae738015abd702ea40614dfe0f0c5a7d1eba972bf3301fc-filelists.xml.gz 2025-01-10 18:01:08+00:00 2174
5b71e42b0bbf0e4bae90769ea680ce67f94e280f509ae816a37a844f01539bb6-other.sqlite.bz2 2025-01-10 18:01:08+00:00 3185
a396f55b8ddd05a7c38ece01b55d9ec72a5ceb0f7af7ccedc462e68ebbe281b3-filelists.sqlite.bz2 2025-01-10 18:01:08+00:00 7341
bcc49de2437b041fb27ca595d2249301f8ceeaa13c7b66d0506e6b6b9a515978-other.xml.gz 2025-01-10 18:01:07+00:00 1942
dd4b936abd4819c4a10cd219910087ca9829ad699bb96d0236d32f2d74c667e7-primary.xml.gz 2025-01-10 18:01:08+00:00 5262
e23eecde11b66976ad60526c4eaae3cc416889f525eb5a02cd4e0681e90a0b45-primary.sqlite.bz2 2025-01-10 18:01:08+00:00 13701
repomd.xml 2025-01-10 18:01:07+00:00 3079

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.