Skip to main content

Sensor via YUM Package

Install on RPM based Linux Distributions via yum

1. Configure the package manager

Configure yum to access Levo's RPM packages using the following command:

sudo tee -a /etc/yum.repos.d/levo.repo << EOF
[levo]
name=Levo.ai
baseurl=https://us-yum.pkg.dev/projects/levoai/yum-levo
enabled=1
repo_gpgcheck=0
gpgcheck=0
EOF

2. Install the eBPF Sensor

Install the eBPF Sensor from Levo's RPM repository.

  1. Update the list of available packages:

    sudo yum makecache
  2. Install the package in your repository.

    sudo yum install levo-ebpf-sensor-0.42.1

Enter y when prompted.

3. Start the Sensor

Please take a look at the Running the Sensor as a Systemd Service section for further instructions.