From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 22:42:39 2005 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 0EA8D16A420 for ; Mon, 1 Aug 2005 22:42:39 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B3D43D46 for ; Mon, 1 Aug 2005 22:42:38 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id A55A61DF014C; Mon, 01 Aug 2005 15:42:34 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j71Mi0G9002931; Mon, 1 Aug 2005 15:44:00 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j71MhhNt002928; Mon, 1 Aug 2005 15:43:43 -0700 (PDT) (envelope-from garys@opusnet.com) To: jdyke References: <42EE6E6A.5030108@azimapower.com> <20050801214342.GA5963@lothlorien.nagual.st> From: garys@opusnet.com (Gary W. Swearingen) Date: Mon, 01 Aug 2005 15:43:43 -0700 In-Reply-To: <20050801214342.GA5963@lothlorien.nagual.st> (Dick Hoogendijk's message of "Mon, 1 Aug 2005 23:43:42 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions Subject: Re: remove all of KDE 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: Mon, 01 Aug 2005 22:42:39 -0000 Dick Hoogendijk writes: > On 01 Aug jdyke wrote: >> If i `pkg_delete kdebase` will it delete all sub packages. or do those >> have to go one at a time? > > "pkg_delete kde\*" removes most if not all of kde* stuff. Using "-r" should also get rid of packages that depend on the kde stuff. You might ought to use "-rn" first, and study output. BTW, it seems that pkg_deinstall is meant to be used instead of pkg_delete (outside old scripts, anyway).