From owner-freebsd-questions Tue Oct 14 23:47:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22809 for questions-outgoing; Tue, 14 Oct 1997 23:47:30 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22800 for ; Tue, 14 Oct 1997 23:47:24 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA09193; Wed, 15 Oct 1997 16:17:14 +0930 (CST) Message-ID: <19971015161714.05391@lemis.com> Date: Wed, 15 Oct 1997 16:17:14 +0930 From: Greg Lehey To: Wei Weng Cc: freebsd-questions Subject: Re: how to uninstall a software References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Wei Weng on Wed, Oct 15, 1997 at 02:02:05AM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 15, 1997 at 02:02:05AM -0400, Wei Weng wrote: > Hi folks. > How to uninstall a program in freebsd? I think I just need to delete all > the excutable files and related library and config files. Say, I want to > delete xemacs.(I truly want to do it) Is there any other convienet way to > do it? cuz I didn't install xemacs myself but rather use freebsd cdrom, so > I dont reeally what's going on during the installation and where I can > find the trash files belonging to xemacs. pkg_delete xemacs Greg