Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 19:03:59 -0500
From:      David Leimbach <dleimbac@earthlink.net>
To:        Dale Chulhan - Home <dchulhan@uwi.tt>, freebsd-questions@freebsd.org
Subject:   Re: Uninstalling Software
Message-ID:  <20010529190359.A11395@mutt.home.net>
In-Reply-To: <3B1435E4.63C1BE8B@uwi.tt>; from dchulhan@uwi.tt on Tue, May 29, 2001 at 07:51:00PM -0400
References:  <3B1435E4.63C1BE8B@uwi.tt>

next in thread | previous in thread | raw e-mail | index | archive | help
Nope... That is why you should be using ports.

Ports will manage and allow you to "make deinstall" stuff you don't want.

If the package you just did a "make install" on has a "make uninstall" 
you are in luck otherwise you have to find out what was installed and remove
it and only it by hand.

Hence the ports and the existence of package management systems.

Its good to know how to build stuff from tar.gz's <tarballs> but its always
less of an administrative headache to use ports.

Dave
On Tue, May 29, 2001 at 07:51:00PM -0400, Dale Chulhan - Home wrote:
> Ok kewl I did the packages thing but now I'm up to the point where I
> actuallt compile and install other software from tar files etc.
> 
> So the big question is ..... ( drum roll )
> 
> How do I uninstall software that has been done the whole process:
> 
> gzip -dc <filename> | tar -xvf -
> cd <untarred dir>
> ./configure
> make
> make test
> make install
> 
> so from there is there some file some where that tracks installs and
> helps you get rid of stuff?
> 
> Thanks,
> Dale
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010529190359.A11395>