Hi,
I’ve a new Installation on a Raspberry 4b with 64 Bit.
sudo apt-get update give me the follow lines at the end of the updatecheck.
N: Das Laden der konfigurierten Datei »raspberrypi-stable/binary-arm64/Packages« wird übersprungen, da das Depot »http://repo.feed.flightradar24.com flightradar24 InRelease« die Architektur »arm64« nicht unterstützt.
N: Das Laden der konfigurierten Datei »piaware/binary-arm64/Packages« wird übersprungen, da das Depot »http://flightaware.com/adsb/piaware/files/packages bullseye InRelease« die Architektur »arm64« nicht unterstützt.
Wait for few days till Flighaware release 64-bit packages for Bookworm.
If your OS is 64-bit Bullseye, you can add 32-bit architecture as foreign architecture then Flightaware and Flightradar24 32-bit packages will install
sudo dpkg --add-architecture armhf
sudo apt update
## Check if armhf has been added by following command
sudo dpkg --print-foreign-architectures
## Above command will output "armhf"