Discussion:
[Discuss-gnuradio] How to uninstall gnuradio?
Rita de Cassia Negromonte Pessoa
2014-01-27 14:16:51 UTC
Permalink
I installed using the build gnuradio script, how do I uninstall? Because I
want to install another version. I'm new and I'm still a little lost.
Thank you
Martin Braun
2014-01-27 14:46:34 UTC
Permalink
Post by Rita de Cassia Negromonte Pessoa
I installed using the build gnuradio script, how do I uninstall? Because
I want to install another version. I'm new and I'm still a little lost.
Thank you
If you're updating say 3.7.0 -> 3.7.2 you can just install one over the
other. You may be able to go to your build dir (e.g. src/gnuradio/build)
and run 'make uninstall'. You can always head to your installation path
(e.g. /usr/local) and remove everything by hand.

MB
Martin Braun
2014-01-27 14:53:56 UTC
Permalink
Martin,
thanks for your help. I want to go from version 3.7 to version 3.5. Best
uninstall it manually?
Yes, but are you sure about this? 3.5 is old and unsupported.

MB
Tom McDermott
2014-01-27 15:19:29 UTC
Permalink
Attached is a bash script to remove most of gnuradio.
It proved useful doing a 3.6 to 3.7 upgrade a few months back.
Most of it comes from a posting a few years back by (I think) Jonathan Corrigan.
 
Run with sudo if needed.
 
-- Tom McDermott
 


________________________________
From: Martin Braun <***@ettus.com>
To: discuss-***@gnu.org
Sent: Monday, January 27, 2014 6:46 AM
Subject: Re: [Discuss-gnuradio] How to uninstall gnuradio?
Post by Rita de Cassia Negromonte Pessoa
I installed using the build gnuradio script, how do I uninstall? Because
I want to install another version. I'm new and I'm still a little lost.
Thank you
If you're updating say 3.7.0 -> 3.7.2 you can just install one over the
other. You may be able to go to your build dir (e.g. src/gnuradio/build)
and run 'make uninstall'. You can always head to your installation path
(e.g. /usr/local) and remove everything by hand.

MB
Marcus Müller
2014-01-27 16:03:14 UTC
Permalink
Hi Tom,

that script is certainly somewhat useful, though outdated and does not
really fit the 3.7 architecture.

If you still have it, look for a file called install_manifest.txt, it
lists all modified files.
you can delete all the files using:

xargs rm -rf < install_manifest.txt, which will ruinously affect your
system if you happen to have spaces in your filenames. In that case,
use xargs -d '\n' (heed the ' !)

Greetings,
Marcus
Attached is a bash script to remove most of gnuradio. It proved
useful doing a 3.6 to 3.7 upgrade a few months back. Most of it
comes from a posting a few years back by (I think) Jonathan
Corrigan.
Run with sudo if needed.
-- Tom McDermott
________________________________ From: Martin Braun
January 27, 2014 6:46 AM Subject: Re: [Discuss-gnuradio] How to
uninstall gnuradio?
Post by Rita de Cassia Negromonte Pessoa
I installed using the build gnuradio script, how do I uninstall?
Because I want to install another version. I'm new and I'm still
a little lost. Thank you
If you're updating say 3.7.0 -> 3.7.2 you can just install one over
the other. You may be able to go to your build dir (e.g.
src/gnuradio/build) and run 'make uninstall'. You can always head
to your installation path (e.g. /usr/local) and remove everything
by hand.
MB
_______________________________________________ Discuss-gnuradio
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________ Discuss-gnuradio
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Loading...