Well booted up and tested some things, found some other post of you.
Let me handle them step by step looking for tips and providing you a fresh view on new installs today.
apt-cache policy piaware | grep Installed
apt-cache policy fr24feed | grep Installed
Installed: 1.0.41-0
apt-cache policy mlat-client | grep Installed
apt-cache policy rbfeeder | grep Installed
apt-cache policy pfclient | grep Installed
Installed: 5.0.161
MLAT-CLIENT
pi@flightrecorder:~ $ sudo apt install mlat-client
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package mlat-client
There seems no mlat-client for bookworm availably your site doesn’t show an bookworm version?
RBFEEDER
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.SI2MYNfRd5/gpg.1.sh --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 1D043681
gpg: key D4F914061D043681: "AirNav Systems <jceara@airnavsystems.com>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Don't know how to install for a distribution named
case "$VERS" in
stretch)
echo 'deb https://apt.rb24.com/ stretch main' > /etc/apt/sources.list.d/rb24.list
;;
buster)
echo 'deb https://apt.rb24.com/ buster main' > /etc/apt/sources.list.d/rb24.list
;;
bullseye)
echo 'deb https://apt.rb24.com/ bullseye main' > /etc/apt/sources.list.d/rb24.list
;;
*)
echo "Don't know how to install for a distribution named $DIST" >&2
exit 1
esac
As it seems the script logic could not handle the bookworm output gathered, should I change the script to match bookworm and install bullseye?
bookworm)
echo 'deb https://apt.rb24.com/ bullseye main' > /etc/apt/sources.list.d/rb24.list
;;
And yes that change worked fine:
pi@flightrecorder:~ $ apt-cache policy rbfeeder | grep Installed
Installed: 1:1.0.8+deb11.1
PIWARE
Ign:6 http://www.flightaware.com/adsb/piaware/files/packages bookworm InRelease
Err:7 http://www.flightaware.com/adsb/piaware/files/packages bookworm Release
404 Not Found [IP: 2606:4700:4400::6812:27c9 80]
Reading package lists... Done
As stated earlier in this topic, package will be released soon
apt-cache policy piaware | grep Installed
apt-cache policy mlat-client | grep Installed
apt-cache policy fr24feed | grep Installed
Installed: 1.0.41-0
apt-cache policy pfclient | grep Installed
Installed: 5.0.161
apt-cache policy rbfeeder | grep Installed
Installed: 1:1.0.8+deb11.1