Sensor via APT Package
Install on Debian-Based Linux via apt
1. Install curl and gnupg
sudo apt install gnupg
sudo apt install curl
2. Configure Linux Host to Access Levo APT Repository
curl -fsSL https://us-apt.pkg.dev/doc/repo-signing-key.gpg | sudo gpg --dearmor -o /usr/share/keyrings/us-apt-repo-signing-key.gpg
echo \
"deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/us-apt-repo-signing-key.gpg] \
https://us-apt.pkg.dev/projects/levoai apt-levo main" \
| sudo tee -a /etc/apt/sources.list.d/artifact-registry.list > /dev/null
sudo apt update
3. Download and Install Sensor Artifacts
sudo apt install levo-ebpf-sensor=0.48.2
4. Start the Sensor
Refer to the Running the Sensor as a Systemd Service section for detailed instructions.