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
  1. Install the package from your repository:

sudo yum install levo-ebpf-sensor-0.48.2

Enter y when prompted.

3. Start the Sensor

Refer to the Running the Sensor as a Systemd Service section for detailed instructions.