Find the answer to your Linux question:
Results 1 to 3 of 3
I didn't want to reopen thread the thread on uninstalling software from source (ttp//ww.linuxforums.org/forum/suse-linux-help/110867-how-uninstall-source.html) so accept this as a continuation of that. I mostly just want to confirm my understanding ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    5

    Uninstalling from source (continued)

    I didn't want to reopen thread the thread on uninstalling software from source (ttp//ww.linuxforums.org/forum/suse-linux-help/110867-how-uninstall-source.html) so accept this as a continuation of that.

    I mostly just want to confirm my understanding of what devils casper stated. He said that if you still have the Makefile, you can run make uninstall to uninstall the application:

    Code:
    make uninstall
    If I've since deleted the Makefile, can't I just recreate the Makefile again by executing the configure script and then running make uninstall?

    Thanks

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by killabee View Post
    I didn't want to reopen thread the thread on uninstalling software from source (ttp//ww.linuxforums.org/forum/suse-linux-help/110867-how-uninstall-source.html) so accept this as a continuation of that.

    I mostly just want to confirm my understanding of what devils casper stated. He said that if you still have the Makefile, you can run make uninstall to uninstall the application:

    Code:
    make uninstall
    If I've since deleted the Makefile, can't I just recreate the Makefile again by executing the configure script and then running make uninstall?

    Thanks
    Yes, you should be able to do that.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,970
    Quote Originally Posted by MikeTbob View Post
    Yes, you should be able to do that.
    But you will probably need to do the uninstall as root or sudo.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...