Reply To: How to use my RSPduo w/ Rpi-3 & command line?

SDRPlay Independent Community Forum Forums General How to use my RSPduo w/ Rpi-3 & command line? Reply To: How to use my RSPduo w/ Rpi-3 & command line?

#1717
alanmalk
Participant

    You are the first person that has not been able the get rid of the old soapy libraries.

    Unfortunately this seems to be true.
    Doing the “find” before and after the “apt-get remove(s) …” shows that nothing has changed.
    pi@macpi:/usr/lib/arm-linux-gnueabihf $ ls -l librtl*
    -rw-r–r– 1 root root 65246 Feb 11 2019 librtlsdr.a
    lrwxrwxrwx 1 root root 14 Feb 11 2019 librtlsdr.so -> librtlsdr.so.0
    lrwxrwxrwx 1 root root 18 Feb 11 2019 librtlsdr.so.0 -> librtlsdr.so.0.6.0
    -rw-r–r– 1 root root 51492 Feb 11 2019 librtlsdr.so.0.6.0

    Oh so tempting to abuse “sudo rm …”
    But I’ll move on to your next suggestion and see if that works.