41
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on February 13, 2026, 01:35:32 AM »Alan
12-02-2026- Updated file in attach.
Carlos
12-02-2026- Updated file in attach.
Carlos
## Command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_trixie_amd64.deb
sudo dpkg -i rbfeeder_1.0.20_trixie_amd64.deb
## The above command will give error message (Missing dependencies), and halt.
## Issue command below to fix the issue of missing dependencies.
## It will start installing missing dependencies and complete the installation of rbfeeder.
sudo apt --fix-broken install
## Command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules
sudo usermod -aG plugdev rbfeeder
sudo reboot
## After reboot check status. Signup for a new key, or enter your existing key in file /etc/rbfeeder.ini
sudo systemctl status rbfeeder
sudo apt install python3-pyasyncore
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/mlat-client_0.2.13_trixie_amd64.deb
sudo dpkg -i mlat-client_0.2.13_trixie_amd64.deb
sudo systemctl restart rbfeeder
## The command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/rbfeeder_1.0.20_noble_amd64.deb
sudo dpkg -i rbfeeder_1.0.20_noble_amd64.deb
## The above command will give error message (Missing dependencies), and halt.
## Issue command below to fix the issue of missing dependencies.
## It will start installing missing dependencies and complete the installation of rbfeeder.
sudo apt --fix-broken install
## The command below is very long, and it's right-most part may be hidden.
## Please scroll right to see and copy it in full
sudo wget -O /etc/udev/rules.d/rtl-sdr.rules https://github.com/abcd567a/temp/raw/main/rtl-sdr.rules
sudo usermod -aG plugdev rbfeeder
sudo reboot
## After reboot check status. Signup for a new key, or enter your existing key in file /etc/rbfeeder.ini
sudo systemctl status rbfeeder
sudo apt install python3-pyasyncore
wget https://github.com/abcd567a/rbfeeder/releases/download/v1.0/mlat-client_0.2.13_noble_amd64.deb
sudo dpkg -i mlat-client_0.2.13_noble_amd64.deb
sudo systemctl restart rbfeeder