Installer script doesn't seem to like Ubuntu 22.04 LTS?

Started by zaite240, February 19, 2024, 08:58:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

zaite240

Hello,

Firstly this CleanTalk rubbish is blocking my post. "CleanTalk: *** Forbidden. Message seems to be spam. ***"  What the heck is that?

Anyway,

I'm trying to run the install script on Ubuntu 22.04 LTS, it doesn't seem to like the distro. Any suggestions would be appreciated. Thanks!

Here is the jist of it:

$ sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"
...
Don't know how to install for a distribution named

$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.3 LTS"

abcd567

What is your Computer's architecture? Please post output of following command. It will show architecture of your machine & OS.



uname -m   




zaite240

It's AMD64 (x86_64)

Proxmox instance that runs a load of other stuff, FR24, ADSBx, FlightAware, etc. I thought it would be nice to add RadarBox as well

abcd567

Quote from: zaite240 on February 19, 2024, 10:15:22 AM
It's AMD64 (x86_64)

Proxmox instance that runs a load of other stuff, FR24, ADSBx, FlightAware, etc. I thought it would be nice to add RadarBox as well

The Radarbox24 repository does NOT have their feeder for amd64/x86_64. They only provide their feeder for arm machines (32-bit armhf  and 64-bit arm64/aarch64).

FR24 does provide their feeders for amd64/x86_64.

Flightaware provide their feeder for 32-bit armhf and 64-bit arm64/aarch64. However user can build package for amd64/x86_64 using their source code which is available at Github.

The Radarbox24 feeder software is closed source and is not available, so there is no chance for user to build amd64/x86_64 package himself

The only way I know to install rbfeeder on amd64/x86_64 machines with Debian based OS is to use Docker. Since Ubuntu is also a Debian based OS, this should work for it:

https://github.com/sdr-enthusiasts/docker-radarbox

.
Quote

Note that this script will work across a number of Debian-based Linux Operating Systems, but the SDR-Enthusiast container only work on these hardware architectures: armhf (32-bit ARM CPUs with hardware floating point processor), arm64 (64-bit ARM CPUs with hardware floating point processor), and amd64 (64-bit Intel CPUs).


zaite240

#4
I can run it in a docker container but to be honest, I can't be bothered. Guess I won't be running Radarbox24. How amd64 isn't supported blows my mind but oh well.