From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 06:07:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D3316A402 for ; Wed, 19 Apr 2006 06:07:36 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 936CE43D67 for ; Wed, 19 Apr 2006 06:07:31 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FW5qV-000435-Vb for freebsd-questions@freebsd.org; Wed, 19 Apr 2006 08:07:23 +0200 Received: from 62.97.242.158 ([62.97.242.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Apr 2006 08:07:23 +0200 Received: from solskogen by 62.97.242.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Apr 2006 08:07:23 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Christer Solskogen Date: Wed, 19 Apr 2006 08:07:20 +0200 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 62.97.242.158 User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: Sender: news Subject: Re: How do uninstall a package and all it's dependencies ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 06:07:36 -0000 Low Kian Seong wrote: > Dear all, > > Been digging around but never really found the answer to this one, say if i > install xfce4 package and then later I want to uninstall xfce4 and *all* > it's dependencies, how do i do it ? > > Thank you all in advance. > _______________________________________________ You may want to check out sysutils/pkg_rmleaves. -- cso