From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 22:20:44 2005 Return-Path: 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 9773616A4CE for ; Mon, 21 Feb 2005 22:20:44 +0000 (GMT) Received: from vms048pub.verizon.net (vms048pub.verizon.net [206.46.252.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40F6843D54 for ; Mon, 21 Feb 2005 22:20:44 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.26.84.7])0.04 <0ICA001KV8QIXC71@vms048.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 21 Feb 2005 16:20:43 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 04EEF2CE741; Mon, 21 Feb 2005 14:16:13 -0800 (PST) Date: Mon, 21 Feb 2005 14:16:13 -0800 From: "Michael C. Shultz" In-reply-to: <2453.209.87.176.132.1109021567.fusewebmail-19592@www.fusemail.com> To: freebsd-questions@freebsd.org Message-id: <200502211416.13590.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <2453.209.87.176.132.1109021567.fusewebmail-19592@www.fusemail.com> User-Agent: KMail/1.7.2 Subject: Re: best way to remove kde and related apps X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: ringworm01@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 22:20:44 -0000 On Monday 21 February 2005 01:32 pm, Brian John wrote: > Hello, > When I first installed FreeBSD I decided that I wanted to run KDE so > I installed it and all of the stuff that comes with it (KDM for > example). After realizing how poorly it performes I have been using > fluxbox, which I like much better. What is the best way to remove > kde and all of the related applications that it installs? > > Thanks > > /Brian Try sysutils/portmanager portmanager -slid will show you which ports are safe to remove and give you a [y/n] choice to remove them. -Mike