I CAN'T INSTALL RBFEEDER ON MY Pi24 RASPBERRY

Started by medlege, March 27, 2019, 08:08:35 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

medlege

Good morning to you all !

I'm not an expert using linux at all...
I just strictly followed the instructions on RB24 website (https://www.radarbox24.com/raspberry-pi/guide) to add just the rbfeeder to my Pi24 present raspberry Pi. I want to share my data with radarbox24 here in West Africa.
The rbfeeder is not installed even though I followed the steps one by one as detailled on the website...
I don't know where the problem comes from... At the end I have the message "E: Unable to locate package rbfeeder"

So here is attached all the log extracted from putty.
When I try to check my RB24 key I have the error message "sudo: rbfeeder: command not found"

Please I need your help and support !!

Thanks a lot in advance.
Best regards.

wiedehopf

Try:

sudo apt-get install -y apt-transport-https

then start the installation again.

medlege

Hi !

Thank you for your message and your help.
I followed your instructions but the problem is still there. Impossible to install rbfeeder...

Here attached the putty log.
Regards.

wiedehopf

#3
Try this:

sudo apt-get update
sudo apt-get install -y --force-yes apt-transport-https
sudo apt-get upgrade

Not sure what exactly the problem is.
Maybe you are running a rather old Rasbpian?

This command should show the Raspbian version:

cat /etc/os-release

medlege

Here is my version. It is a Pi24 from flightradar24.
Please check the attached file.

Thanks

medlege

Its is not working when I type
sudo apt-get update

I have this message:

sudo apt-get update
E: The method driver /usr/lib/apt/methods/https could not be found.
N: Is the package apt-transport-https installed?


wiedehopf

sudo apt-get install -y --force-yes apt-transport-https

does this work on its own?

medlege

Please check the putty log.


Still got error message...

Thanks

MDA

@medlege Can you run
cat /etc/apt/sources.list
and post output?

medlege

Hi !

Yes of course.
Please check attached file.

Thanks.

MDA

Seems to be ok.
Can you ping 8.8.8.8 from Pi?
ping -c 1 8.8.8.8
Please post output.
Can be something with DNS.

wiedehopf

#11
It's strange because downloading the installation script from radarbox worked just fine.

so dns in general seems to be working.

Is this an pi24 image?

try this please:

sudo rm /etc/apt/sources.list.d/rb24.list
sudo apt-get update

ping mirrordirector.raspbian.org
sudo apt-get install -y --force-yes apt-transport-https

and show the output :)

MDA

Probably he uses FR24 image (pi24 in 1st post).

medlege


medlege

Hello to all !

Yes as I told you in my post I want to install RADARBOX24 feeder on my FLIGHTRADAR24 Pi24 raspberry.
But impossible to have it installed so I'm asking for your help and support !

Thanks.