From owner-freebsd-questions Tue May 29 17:12:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snipe.mail.pas.earthlink.net (snipe.mail.pas.earthlink.net [207.217.120.62]) by hub.freebsd.org (Postfix) with ESMTP id 3031937B423 for ; Tue, 29 May 2001 17:12:33 -0700 (PDT) (envelope-from dleimbac@earthlink.net) Received: from mutt.home.net (1Cust49.tnt1.starkville.ms.da.uu.net [63.30.107.49]) by snipe.mail.pas.earthlink.net (EL-8_9_3_3/8.9.3) with ESMTP id RAA27209; Tue, 29 May 2001 17:12:27 -0700 (PDT) Received: (from dave@localhost) by mutt.home.net (8.11.3/8.11.3) id f4U056E11413; Tue, 29 May 2001 19:05:06 -0500 (CDT) (envelope-from dave) Date: Tue, 29 May 2001 19:03:59 -0500 From: David Leimbach To: Dale Chulhan - Home , freebsd-questions@freebsd.org Subject: Re: Uninstalling Software Message-ID: <20010529190359.A11395@mutt.home.net> References: <3B1435E4.63C1BE8B@uwi.tt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3B1435E4.63C1BE8B@uwi.tt>; from dchulhan@uwi.tt on Tue, May 29, 2001 at 07:51:00PM -0400 X-Operating-System: FreeBSD mutt.home.net 4.3-RELEASE FreeBSD 4.3-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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 | tar -xvf - > cd > ./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