For the complete documentation index, see llms.txt. This page is also available as Markdown.

Introduction

Introduction

Traceable publishes various packages to the APT and YUM repository like the Traceable Platform Agent, eBPF and Nginx. Follow the package manager specific steps for configuring the repository.

Ubuntu

  1. Add the repository details

    echo "deb [trusted=yes] https://packages.traceable.ai/ubuntu/ focal main" | sudo tee -a /etc/apt/sources.list.d/traceable.list
  2. Perform apt update so that our repository also gets indexed and packages published there can be discovered.

    sudo apt update

CentOs, Rhel, AmazonLinux

  1. Add the repository details

    echo  "[traceable]\nname=Traceable repository\nbaseurl=https://packages.traceable.ai/centos7/\nenabled=1\ngpgcheck=0" | 
    sudo tee -a /etc/yum.repos.d/traceable.repo
  2. Perform apt update so that our repository also gets indexed and packages published there can be discovered.

    sudo yum update

Last updated

Was this helpful?