Announcement

Collapse
No announcement yet.

fr24feed on Ubuntu Server 64bit (arm64)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Is there any updated guide on how to to install feeder on clean ubuntu server 22.04 on raspberry pi4?

    So far all the steps ends up on th ebelow:
    Code:
    user@raspi:~$ sudo dpkg -i fr24feed_1.0.37-0_armhf.deb
    (Reading database ... 101237 files and directories currently installed.)
    Preparing to unpack fr24feed_1.0.37-0_armhf.deb ...
    Unpacking fr24feed:armhf (1.0.37-0) over (1.0.37-0) ...
    dpkg: dependency problems prevent configuration of fr24feed:armhf:
     fr24feed:armhf depends on libc6 (>= 2.11.3-4).
     fr24feed:armhf depends on libstdc++6 (>= 4.4.5-8).
    
    dpkg: error processing package fr24feed:armhf (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     fr24feed:armhf
    
    ​

    Comment


    • #17
      Check this out :-) https://github.com/abcd567a/fr24feed...n-ubuntu-amd64

      Comment


      • #18
        Originally posted by f14driver View Post

        That method is for AMD64 computers.
        The RPi is ARM64 computer, that method wont work on RPi 4



        Originally posted by lgad1 View Post
        Is there any updated guide on how to to install feeder on clean ubuntu server 22.04 on raspberry pi4?

        So far all the steps ends up on th ebelow:
        Code:
        user@raspi:~$ sudo dpkg -i fr24feed_1.0.37-0_armhf.deb
        (Reading database ... 101237 files and directories currently installed.)
        Preparing to unpack fr24feed_1.0.37-0_armhf.deb ...
        Unpacking fr24feed:armhf (1.0.37-0) over (1.0.37-0) ...
        dpkg: dependency problems prevent configuration of fr24feed:armhf:
        fr24feed:armhf depends on libc6 (>= 2.11.3-4).
        fr24feed:armhf depends on libstdc++6 (>= 4.4.5-8).
        
        dpkg: error processing package fr24feed:armhf (--install):
        dependency problems - leaving unconfigured
        Errors were encountered while processing:
        fr24feed:armhf
        
        ​


        TRY THIS

        Code:
        sudo apt --fix-broken install    
        ​  
        sudo fr24feed --signup



        OR TRY THIS:

        Code:
        
        sudo bash -c "$(wget -O - http://repo.feed.flightradar24.com/install_fr24_rpi.sh)"

        .
        Last edited by abcd567; 2023-08-10, 14:23.

        Comment


        • #19
          you are correct, I have misinterpreted that. sorry for the confusion.

          Comment

          Working...
          X