From owner-freebsd-newbies Thu May 11 10: 0:24 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from odin.acuson.com (odin.acuson.com [157.226.230.71]) by hub.freebsd.org (Postfix) with ESMTP id A56A137BB79 for ; Thu, 11 May 2000 10:00:21 -0700 (PDT) (envelope-from djohnson@acuson.com) Received: from acuson.com ([157.226.69.47]) by odin.acuson.com (Netscape Messaging Server 3.54) with ESMTP id AAA4F33; Thu, 11 May 2000 10:01:26 -0700 Message-ID: <391AE6A6.48B19134@acuson.com> Date: Thu, 11 May 2000 09:58:14 -0700 From: David Johnson Organization: Acuson X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.5.1 sun4m) X-Accept-Language: en MIME-Version: 1.0 To: Martin Cc: newbies@freebsd.org Subject: Re: remove pkg, prefix References: <391AD970.439D1B4C@guest.arnes.si> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Martin wrote: > > Greetings.. > > Thanks for all the help with DNS. It's working fine. BTW: Len -> your > page is a very good resource !! > > I have another question: > How do i remove a programe that i installed ? Lets say i downloaded > apache_1.3.11 and installed it, and now i want to delete it. How do i do > that ? (deleting the dir doesn't count). Typically, if you compiled this yourself from sources (and is not a port), then typing "make uninstall" in the build directory does the trick. If it's from a port, type "make deinstall" in the build directory instead. David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message