Debian 13 Trixie (Stable) was officially released on Aug 092025
Screenshots of Debian 13.0.0 amd64installed in Oracle VM on Windows 11 PC
Click on Screenshot to See Larger Size
Click Again to See Full Size
Click on Screenshot to See Larger Size
Click Again to See Full Size
Installed dump1090-fapiawarepiaware-web and dump978-fa
1 of 4: Install dump1090-fa
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump1090-fa.sh)"
2 of 4: Install piaware
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-piaware.sh)"
3 of 4: Install piaware-web
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-piaware-web.sh)"
4 of 4: Install dump978-fa
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu-debian-amd64/master/install-dump978-fa.sh)"
Click on Screenshot to See Larger Size
Click Again to See Full Size
sudo bash -c "$(curl -L -o - https://github.com/wiedehopf/graphs1090/raw/master/install.sh)"
Installed Additional Feeders
(1) Flightradar24
on PC (amd64 / x86_64 ) and on RPi (arm64 / aarch64)
wget -qO- https://fr24.com/install.sh | sudo bash -s
After completing email. feeder-keyreplied YESto following question:
Would you like to use autoconfig (*yes*/no)$: yes
Next issued following commands:
sudo systemctl enable fr24feed
sudo systemctl restart fr24feed
(2) Planefinder
amd64 / x86_64 PC
wget http://client.planefinder.net/pfclient_5.0.162_amd64.deb
sudo dpkg -i pfclient_5.0.162_amd64.deb
arm64 / aarch64 RPi
wget http://client.planefinder.net/pfclient_5.3.2_arm64.deb
sudo dpkg -i pfclient_5.3.2_arm64.deb
After installation completedin browser opened following addressand completed configuration:
IP-of-DebianPC:30053
(3) AIS-catcher
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/install-aiscatcher/master/install-aiscatcher.sh)"
(4) Planeplrotter uploadedr - ppup1090
sudo bash -c "$(wget -O - https://github.com/abcd567a/ppup1090/raw/master/install-ppup.sh)"
(5) RadaBox24 - only for RPi
The Radarbox24 feeder is NOT available for amd64
It is available only for for RPi (arm64)but their repository & installation script are designed for Bookworm & Bullseyeand fail on Trixie.
Following is the workaround for installing rbfeeder on RPi (arm64) running OS Trixie:
(a) Install tools
sudo apt install dirmngr gnupg
(b) Set apt
Note: Following three (3) commands are very long. Scroll right to see and copy these in full
gpg --keyserver keyserver.ubuntu.com --recv-keys F2A8428D3C354953
gpg --export --armor F2A8428D3C354953 | sudo gpg --dearmor -o /etc/apt/keyrings/rb24.gpg
echo "deb [signed-by=/etc/apt/keyrings/rb24.gpg] https://apt.rb24.com/ bookworm main" | sudo tee /etc/apt/sources.list.d/rb24.list
(c) Update apt and install rbfeeder:
sudo apt update
sudo apt install rbfeeder
(d) After installation is completedsignup as follows:
sudo systemctl restart rbfeeder
After a few secondsRBFeeder will connect to the AirNav servers and you can view your sharing-key with this command:
sudo rbfeeder --showkey
If you already have a sharing-key from a previous installationyou can set the same key using this command:
sudo rbfeeder --setkey ‹your sharing key›
(e) Install mlat-client
The installation of mlat-client from RB24 repository by command sudo apt install mlat-client fails with following error message:
mlat-client:arm64 Depends python3 (< 3.12) but this is not installable (Trixie apt provides python 3.13)
Solution: Build & install mlat-client using source code
sudo apt install build-essential devscripts debhelper dh-python python3-dev
git clone https://github.com/mutability/mlat-client
cd mlat-client
sudo dpkg-buildpackage -b --no-sign
cd ../
sudo dpkg -i mlat-client_0.2.13_*.deb
sudo systemctl restart rbfeeder
And that is all. The rbfeeder installation is completed.
Check status by following command
sudo systemctl status rbfeeder