I attempted a source code install prior to attempting the Ubuntu Linux binary. I also entered the purge commands shown on the downloads page prior to attempting to install.
I'm on Ubuntu 16.04
Any help would be significantly appreciated. Thanks
Alexandru Csete
unread,
Mar 16, 2018, 3:55:13 PM3/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gq...@googlegroups.com
On Fri, Mar 16, 2018 at 8:37 PM, Ryan Lanham <ryanla...@gmail.com> wrote:
>
> I'm confused on why the a new version of the libgnuradio-runtime is being
> installed but gqrx requires 3.7.9
>
> ...
>
> I attempted a source code install prior to attempting the Ubuntu Linux
> binary. I also entered the purge commands shown on the downloads page prior
> to attempting to install.
The purge command can only remove packages installed from ubuntu
repositories. The ubuntu package manager has no idea what people
install from source and where they install them. So you have to remove
your source installation yourself
Alex
Ryan Lanham
unread,
Mar 16, 2018, 5:10:34 PM3/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gqrx SDR
Alex,
Thank you for responding. I'm pretty new to Linux and I was attempting to install the dependencies noted in the Gqrx Source Code README file.
I'm trying to figure out how to uninstall the dependencies, as I think that one of them is where the libgnuradio-runtime is coming from.
Some of them are pretty simple (e.g. Qt has a ./MaintenanceTool that will remove their software), however, some of them don't seem so straightforward.
I think what I should do based on the error is find the libgnuradio-runtime file wherever it is on my drive, then delete it, and then try the install again.
Is that where you would start?
Ryan
Alexandru Csete
unread,
Mar 16, 2018, 5:25:02 PM3/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gq...@googlegroups.com
For each package you have installed from source, you have to go to the
directory where you typed "make" and "make install" and now type "make
uninstall". That's all I can say.