Originally posted by Tritium
View Post
Try i386 debian package. Most likely it will work on i686:
Code:
## Add architecture I386 sudo dpkg --add-architecture i386 sudo apt update ## IMPORTANT: Purge existing installed fr24feed ## BEFORE installing the I386 .deb package sudo dpkg --purge fr24feed ## Now download and install I386 .deb package 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
Leave a comment: