flightaware / piaware

Client-side package and programs for forwarding ADS-B data to FlightAware
BSD 2-Clause "Simplified" License
487 stars 69 forks source link

update 6.1 to 7.2 on RPI Zero 2 W ( Bullseye ) #85

Closed Vendo232 closed 2 years ago

Vendo232 commented 2 years ago

last year followed this guide to update RPI Zero 2 W to Bullseye and install 6.1 piaware.

https://discussions.flightaware.com/t/outdated-package-install-of-piaware-6-1-on-bullseye-32-bit-64-bit/80272

Now I can`t figure out how to update to 7.2

Please kindly advice.

[2022-05-26 09:22 MDT] run-apt-get(2447): Automatic updates not officially supported for OS raspbian:11 (Raspbian GNU/Linux 11 (bullseye)) [2022-05-26 09:22 MDT] run-apt-get(2447): .. but I'll go ahead and try it anyway .. [2022-05-26 09:22 MDT] *** running command '/usr/lib/piaware/helpers/run-apt-get update' and logging output [2022-05-26 09:22 MDT] manual update (user-initiated via their flightaware control page) requested by adept server [2022-05-26 09:22 MDT] run-apt-get(2447): Get:1 https://raw.githubusercontent.com/abcd567a/rpi/master ./ InRelease [2,115 B] [2022-05-26 09:22 MDT] run-apt-get(2447): Fetched 28.8 kB in 3s (11.3 kB/s) [2022-05-26 09:23 MDT] run-apt-get(2691): .. but I'll go ahead and try it anyway .. [2022-05-26 09:23 MDT] run-apt-get(2691): Reading package lists... [2022-05-26 09:23 MDT] run-apt-get(2691): Reading state information... [2022-05-26 09:23 MDT] run-apt-get(2691): Building dependency tree... [2022-05-26 09:23 MDT] run-apt-get(2691): Reading package lists... [2022-05-26 09:23 MDT] run-apt-get(2691): Reading state information... [2022-05-26 09:23 MDT] run-apt-get(2691): piaware is already the newest version (6.1).

image

eric1tran commented 2 years ago

The official FlightAware 7.2 packages are available now so you can install directly from our repositories.

Try removing abcd567a's sources .list file

sudo rm /etc/apt/sources.list.d/abcd567a.list

then follow Step # 2 here https://flightaware.com/adsb/piaware/install

Vendo232 commented 2 years ago

it worked! thank you very much image