Uninstalling Gnu Radio

HI,
I want to uninstall gnu radio which i installed from the
wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio
Can anybody tell me how to uninstall it. I used the command make
uninstall but it does not work.

Best Regards,
SAJJAD SAFDAR

Sajjad -

What do you mean you used it and it “didn’t work”. Can you provide
console
output detailing what happened? How do you know it didn’t work?

We need more details if to help you!

Cheers,
Ben

On Thu, Jan 24, 2013 at 11:07 AM, Sajjad S.

Hi,
Wen i try to uninstall gnu radio by command i get this error

hw@E-Lab:~/gnuradio$ sudo make uninstall gnuradio
make: *** No rule to make target `uninstall’. Stop.
hw@E-Lab:~/gnuradio$

Also when i try it in usr/local the error is same.

root@E-Lab:~/gnuradio# make uninstall gnuradio
make: *** No rule to make target `uninstall’. Stop.
root@E-Lab:~/gnuradio#

I installed gnuradio from the built script. Now i have a problem that my
gnuradio programme is not running. that,s why i want to uninstall it and
have a fresh install again. Should i have to delete Gnu radio manually
or i can use some commands?

Best Regards,
SAJJAD SAFDAR


From: Ben H. [email protected]
To: Sajjad S. [email protected]
Cc: “[email protected][email protected]
Sent: Thursday, January 24, 2013 9:05 PM
Subject: Re: [Discuss-gnuradio] Uninstalling Gnu Radio

Sajjad -

What do you mean you used it and it “didn’t work”. Can you provide
console output detailing what happened? How do you know it didn’t work?

We need more details if to help you!

Cheers,
Ben

On Thu, Jan 24, 2013 at 11:07 AM, Sajjad S.
[email protected] wrote:

HI,

Go into each folder which build-gnuradio downloaded and type the
following:

mkdir build
cd build
cmake …/
sudo make uninstall

Then run the build script line again in an empty folder :

wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio

Mike
M0MIK

Hello,
I tried to uninstall as you directed but i got this error at the end

– ######################################################
– # Gnuradio disabled components
– ######################################################
– * sphinx
– * gr-comedi
– * gr-shd

– Using install prefix: /usr/local
– Building for version: v3.6.3-35-g4435082f / 3.6.4git
– Configuring done
– Generating done
– Build files have been written to: /home/hw/gnuradio/build

hw@E-Lab:~/gnuradio/build$ sudo make uninstall

Scanning dependencies of target uninstall
CMake Error at cmake_uninstall.cmake:4 (MESSAGE):
Cannot find install manifest:
“/home/hw/gnuradio/build/install_manifest.txt”

make[3]: *** [CMakeFiles/uninstall] Error 1
make[2]: *** [CMakeFiles/uninstall.dir/all] Error 2
make[1]: *** [CMakeFiles/uninstall.dir/rule] Error 2
make: *** [uninstall] Error 2
hw@E-Lab:~/gnuradio/build$ ls

CMakeCache.txt gr-analog gr-noaa gr-wavelet
CMakeFiles gr-atsc gr-pager gr-wxgui
cmake_install.cmake gr-audio gr-qtgui ImportExecutables.cmake
cmake_uninstall.cmake gr-blocks gr-shd Makefile
CPackConfig.cmake grc gr-trellis Packaging
CPackSourceConfig.cmake gr-comedi gruel python_compile_helper.py
CTestTestfile.cmake gr-digital gr-uhd volk
docs gr-fcd gr-utils
get_swig_deps.py gr-fft gr-video-sdl
gnuradio-core gr-filter gr-vocoder

hw@E-Lab:~/gnuradio/build$

It really very annoying now, because i can#t uninstall it, and now gnu
radio is also no working.

Best Regards,
SAJJAD SAFDAR


From: Mike J. [email protected]
To: Sajjad S. [email protected]
Cc: “[email protected][email protected]
Sent: Friday, January 25, 2013 6:53 PM
Subject: Re: [Discuss-gnuradio] Uninstalling Gnu Radio (Build script
installed)

Go into each folder which build-gnuradio downloaded and type the
following:

mkdir build
cd build
cmake …/
sudo make uninstall

Then run the build script line again in an empty folder :

wget http://www.sbrac.org/files/build-gnuradio && chmod a+x
./build-gnuradio && ./build-gnuradio

Mike
M0MIK

On 25 January 2013 17:44, Sajjad S. [email protected]
wrote:

Hi,

Hi,

From the first result in google:
https://www.google.co.uk/search?q=install_manifest.txt

…‘install_manifest.txt’ is created when gnuradio is installed.
Therefore
run the following and cross your fingers! :slight_smile:

make
sudo make install
sudo make uninstall

Mike
M0MIK