Results 1 to 4 of 4
Hi all, I compiled source codes of a software. Now I want to uninstall them.
any ones know how to do it ?...
- 09-07-2010 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 3
uninstall a software
Hi all, I compiled source codes of a software. Now I want to uninstall them.
any ones know how to do it ?
- 09-07-2010 #2
Depending on the program and how it compiles, you may be able to go to your source directory and do
Otherwise you can hunt down all the installed files and manually delete them.Code:make uninstall
This is one of the reasons for using your package manager to install programs.
- 09-08-2010 #3Linux Newbie
- Join Date
- Oct 2008
- Posts
- 140
You should always try to install from your distro's repo, if any. This is but one reason to do so.
- 09-08-2010 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,961
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

