Feeding FlightAware with dump1090-mutability on Debian

You can build it from scratch
sudo apt-get update
sudo apt-get install build-essential debhelper tcl8.6-dev autoconf python3-dev python3-venv dh-systemd libz-dev
git clone GitHub - flightaware/piaware_builder: Debian package builder for piaware
cd piaware_builder
chmod +x sensible-build.sh
sh sensible-build.sh jessie
cd package-jessie
dpkg-buildpackage -b

Then install the package it creates
something like
sudo dpkg -i (package name/location)

2 Likes