Quick Setup
1
Import the GPG key
curl -fsSL https://apt.exaviz.com/exaviz-repo-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/exaviz-archive-keyring.gpg
2
Add the repository (use your distribution codename)
echo "deb [signed-by=/usr/share/keyrings/exaviz-archive-keyring.gpg] https://apt.exaviz.com bookworm main" | sudo tee /etc/apt/sources.list.d/exaviz.list
3
Update and install
sudo apt update && sudo apt install exaviz-dkms
Supported Distributions
- Debian 12 (Bookworm) - codename: bookworm
- Debian 13 (Trixie) - codename: trixie
- Ubuntu 24.04 (Noble) - codename: noble
- Raspberry Pi OS (Bookworm)