arash:
Output of command "uname -a" shows that you have architecture i686, and that is why amd64 package failed to install.
Try this package:
If install succeeds, follow the instructions under "CONFIGURE" given in my above post.
Output of command "uname -a" shows that you have architecture i686, and that is why amd64 package failed to install.
Try this package:
Code:
sudo apt install libc6 libudev1 zlib1g libusb-1.0-0 libstdc++6 dirmngr wget https://repo-feed.flightradar24.com/linux_x86_binaries/fr24feed_1.0.25-3_i386.deb sudo dpkg -i fr24feed_1.0.25-3_i386.deb
If install succeeds, follow the instructions under "CONFIGURE" given in my above post.
Comment