Jump to content

Removing a program compiled from source


Recommended Posts

I installed a program (safecopy) from a tar.gz file. There apears to be no 'uninstall' file for the program. If I use 'locate safecopy' will this find ALL files belonging to that program? Or only files with the word safecopy attached? I mean, when you install software does every assocciated file have the name of the program attached to it?

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

to uninstall something you compiled from source, you would have to go into the directory were you extracted and compiled the source originally and do:

make uninstall

as root.

 

if you no longer have the directory you originally compiled it in, just download the same version in source form, do the same ./configure line that you used original (i.e. ./configure --prefix=/usr) and then do the make uninstall command.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...