From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 04:13:48 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 C226F16A402 for ; Wed, 19 Apr 2006 04:13:48 +0000 (UTC) (envelope-from freebsd.low@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3104B43D45 for ; Wed, 19 Apr 2006 04:13:48 +0000 (GMT) (envelope-from freebsd.low@gmail.com) Received: by nproxy.gmail.com with SMTP id m18so855559nfc for ; Tue, 18 Apr 2006 21:13:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=UWRLoQyDEMs8glfEqOfe4c5w0MRENUlqXRGwxN8YrxRxTojAvKkJN1SH9lVOfX17CbqzThh+2ebtO9sTzQVxe7LbODzxE2B+Lmo1lTUBnDeDM4FUzG8ls661OO2aKGzWBhPkYheNm1WSRQbPFEmryTwAQo9CMCs6j4FCaThyL/M= Received: by 10.48.127.5 with SMTP id z5mr171706nfc; Tue, 18 Apr 2006 21:13:47 -0700 (PDT) Received: by 10.48.161.15 with HTTP; Tue, 18 Apr 2006 21:13:47 -0700 (PDT) Message-ID: Date: Wed, 19 Apr 2006 12:13:47 +0800 From: "Low Kian Seong" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 04:13:48 -0000 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.