Raspbian and Raspberry Pi
Server GPG key
sudo sh -c 'curl https://packages.fluentbit.io/fluentbit.key | sudo apt-key add - 'Update your sources lists
Raspbian 12 (Bookworm)
echo "deb https://packages.fluentbit.io/raspbian/bookworm bookworm main" | sudo tee /etc/apt/sources.list.d/fluent-bit.listRaspbian 11 (Bullseye)
echo "deb https://packages.fluentbit.io/raspbian/bullseye bullseye main" | sudo tee /etc/apt/sources.list.d/fluent-bit.listRaspbian 10 (Buster)
Update your repositories database
Install Fluent Bit
Last updated
Was this helpful?