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 PessoaI 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