if it's a standard GNU (ie autoconf/automake etc...) package, you should be
able to do 

./configure --prefix=(same as what you installed it as, probably /usr/local)
make uninstall

from the source directory.

If it has a spec, you can do

rpm -ta tarball

to make an RPM.  rpm will do the compiling for you.

make dist

will make the tarball (if you've pulled the source from cvs f.e.)

On Sat, Mar 29, 2036 at 07:20:41AM -0800, Jeremy Kerwin wrote:
> Now everybody knows how to compile a program from source code and install
> it...
> 
> What I'd like to know is...when it comes time to remove that source code
> program, how is it done....is it as easy as using RPM and is it more
> involved..
> 
> Would it also be suggested to compile the program then create a RPM of it if
> installing and un-installing is an issue...
> 
> THanks in advance..
> 
> ____________________________________________________________________
> Get your own FREE, personal Netscape WebMail account today at 
>http://webmail.netscape.com.
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text

-- 
enterfornone - insert clever comment here
http://www.enterfornone.com/
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to