InfluxData - Package Repository


Filename Last Modified Size
.. - -
20467277d9a8c60313b78c77d0978f452a862acab50ac5d6401feffcc3824587-other.xml.gz 2025-09-03 16:37:58+00:00 9675
45cbd2bbf0518debe9c808265b00cec22d5065bbc2663665d917d5d3df1ab193-filelists.xml.gz 2025-09-03 16:37:58+00:00 443505
5e98c5147b51b2c9a5011631d414a9bc613bf5beb252d8ec7c8a617318a84785-filelists.sqlite.bz2 2025-09-03 16:37:58+00:00 186425
5f61043b4b9a30862634936136efaf1a8ae7b2c904e736c25334b44b730986f5-other.sqlite.bz2 2025-09-03 16:37:58+00:00 13374
91801884245d05f1cd48cd193ad426b0cb88bf5dbaa82608677c57f481118f14-primary.xml.gz 2025-09-03 16:37:58+00:00 24483
d1330b574a833fbd00377b807768c22818f289d5d650d91bb476c1d0bcdfbf42-primary.sqlite.bz2 2025-09-03 16:37:58+00:00 62427
repomd.xml 2025-09-03 16:37:59+00:00 3091

Instructions

This package repository 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.

GPG Keys

The key used for package signing uses a primary key with signing subkeys that have an expiration. When needed, new signing subkeys with expiry are added to the GPG key. In this manner, users may consistently fetch the GPG key and verify the primary key's fingerprint to ensure the correct key is being used. This approach allows for a consistent and secure user experience even in the event of key rotations.

Users should always use the influxdata-archive.key key unless using an older distribution that doesn't have support for verifying subkeys in APT and RPM (e.g. CentOS/RHEL 7, Ubuntu 18.04 LTS, or Debian Buster), where the influxdata-archive_compat.key is required for use.

DEB Repository

For DEB-based platforms (e.g. Ubuntu, Debian):


  $ wget -q https://repos.influxdata.com/influxdata-archive.key
  $ gpg --show-keys --with-fingerprint --with-colons ./influxdata-archive.key 2>&1 | grep -q '^fpr:\+24C975CBA61A024EE1B631787C3D57159FC2F927:$' && cat influxdata-archive.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive.gpg > /dev/null
  $ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    

RPM Repository

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.key
  EOF
    
Provided by: Liquid Web, LLC