Announcement

Collapse
No announcement yet.

how to remove installation on raspberry pi ?

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

  • how to remove installation on raspberry pi ?

    Hi.

    I like to uninstall RB24 feed from my RPi.
    the installation was made with sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)" command.
    how can i uninstall it now ?

    Thanks.

  • #2
    You ask how to remove radarbox, on flightradar24...
    They have their own support forum


    But general command is

    sudo apt-get remove <packagename>
    optionally 'purge' instead of remove
    Last edited by Oblivian; 2020-02-17, 09:44.
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment


    • #3
      Radarbox24 bash script installs:
      (1) rbfeeder
      (2) mlat-client
      (3) dump978-rb

      To completely remove all:

      Code:
      sudo apt-get purge rbfeeder   
      
      sudo apt-get purge mlat-client    
      
      sudo apt-get purge dump978-rb

      Comment


      • #4
        Thank you very much for both of you

        Comment


        • #5
          I also would like to remove FR24 from my old Raspberry-
          I have recently moved FR24 to another raspberry, where it now operates very well.
          But I see a lot of confusing answering here about something called "radarbox" and other things.

          I just wish to remove FR24 from my old Raspberry. And optionally remove Lighttpd to free up port 80, or at least change lighttpd server to to ports 80 and 443.
          Are there clear instructions anywhere? Or must I re-install Raspbian?

          Incidentally, http://192.168.nnn.nnn:8754/shutdown.html does not seem to shutdown FR24. It starts right back up again. -
          e.g. -
          FR24 Feeder Shutdown
          The FR24 Feeder application will soon terminate...

          Sorry. You lie!
          Last edited by aqk; 2021-07-18, 18:38.

          Comment


          • #6
            sudo apt purge fr24feed -y

            Comment

            Working...
            X