Re: [Hackrf-dev] ubuntu 14.04lts

2015-07-07 Thread tokens
I now have all signs of gnuradio, gqrx, osmosdr, uhd, hackrf gone from the computer. Once again, I want to be able to use gnuradio-companion with HackRF-One and with USRP B200. There have been several suggestions as to how to install. What are the pros and cons of the methods. I am Linux

Re: [Hackrf-dev] ubuntu 14.04lts

2015-07-07 Thread Paul Connolly
There is only one line listed in that link, I'd run the following to reduce the size of the listing a little bit (it will be mostly be cosmetic). $ sudo apt-get autoremove $ sudo apt-get clean $ ( sudo find / -name *gnuradio* -print 2/dev/null ) | curl -F 'sprunge=-' http://sprunge.us On

Re: [Hackrf-dev] ubuntu 14.04lts

2015-07-07 Thread Mike
Run `dpkg --get-selections | grep -v deinstall | grep gnuradio` to list any GNURadio packages still installed. I expect it to list libgnuradio-atsc, libgnuradio-fft, libgnuradio-digital, etc. Run `apt-get remove` on each to remove them. Then I'd `rm -rf /home/allen/target` since it looks like an