From owner-freebsd-questions Tue May 29 16:56:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id C844B37B43E for ; Tue, 29 May 2001 16:56:29 -0700 (PDT) (envelope-from djohnson@acuson.com) Received: from acuson.com ([157.226.47.12]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA60DF; Tue, 29 May 2001 17:02:24 -0700 Message-ID: <3B143729.B18DF03E@acuson.com> Date: Tue, 29 May 2001 16:56:25 -0700 From: David Johnson Organization: Acuson X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: Dale Chulhan - Home Cc: freebsd-questions@freebsd.org Subject: Re: Uninstalling Software References: <3B1435E4.63C1BE8B@uwi.tt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Dale Chulhan - Home wrote: > 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? "make uninstall" will uninstall the typical source-built package. Unfortunately, there are a few packages that won't. Equally unfortunate, there are a few packages whose uninstall doesn't match their install. Sigh... One reason why the ports are so convenient. But in 90% of the cases, a "make uninstall" will work. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message