LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Make uninstall command ineffective (https://www.linuxquestions.org/questions/suse-opensuse-60/make-uninstall-command-ineffective-437186/)

sfzab 04-20-2006 01:56 PM

Make uninstall command ineffective
 
RE: Removing an applications not installed by YaST

I ran the make uninstall as root, but at Suse Linux 10.0
main menu I can still load the application using the

Run Application... option

When I used the make uninstall command it gave the following
output:

linux:/home/sfzab/Downloads/cbb-0.9.5 # make uninstall
Making uninstall in contrib
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/contrib'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/contrib'
Making uninstall in docs
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/docs'
Making uninstall in cbb-man
make[2]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/docs/cbb-man'
Making uninstall in icons.png
make[3]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/docs/cbb-man/icons.png'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/docs/cbb-man/icons.png'
make[2]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/docs/cbb-man'
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/docs'
Making uninstall in etc
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/etc'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/etc'
Making uninstall in graphs
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/graphs'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/graphs'
Making uninstall in images
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/images'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/images'
Making uninstall in languages
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/languages'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/languages'
Making uninstall in perl
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/perl'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/perl'
Making uninstall in reports
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/reports'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/reports'
Making uninstall in tcl
make[1]: Entering directory `/home/sfzab/Downloads/cbb-0.9.5/tcl'
make[1]: Nothing to be done for `uninstall'.
make[1]: Leaving directory `/home/sfzab/Downloads/cbb-0.9.5/tcl'
linux:/home/sfzab/Downloads/cbb-0.9.5 #

gilead 04-20-2006 02:30 PM

The uninstall target isn't mandatory. The message "Nothing to be done for `uninstall'." is telling you that the uninstall target isn't doing anything. I'd say you're going to have to manually delete the files, which means wading through the Makefile/s and finding out where it put everything during the install.


All times are GMT -5. The time now is 02:12 PM.