From owner-freebsd-questions@FreeBSD.ORG Fri Mar 5 18:24:55 2004 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 CBCC016A4CE for ; Fri, 5 Mar 2004 18:24:55 -0800 (PST) Received: from makeworld.com (chcgil2-ar9-4-60-214-019.chcgil2.dsl-verizon.net [4.60.214.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 536C443D2D for ; Fri, 5 Mar 2004 18:24:55 -0800 (PST) (envelope-from racerx@makeworld.com) Received: from evrtwa1-ar12-4-46-162-188.evrtwa1.dsl-verizon.net (racerx@evrtwa1-ar12-4-46-162-188.evrtwa1.dsl-verizon.net [4.46.162.188]) by makeworld.com (8.12.10/8.12.10) with ESMTP id i262Oq0g000865 for ; Fri, 5 Mar 2004 20:24:53 -0600 (CST) (envelope-from racerx@makeworld.com) From: Chris To: freebsd-questions@freebsd.org Date: Fri, 5 Mar 2004 20:24:51 -0600 User-Agent: KMail/1.6 References: <20040305085141.GA91134@tao.thought.org> <20040305162941.63be4e89@vixen42.> <20040306014039.GA53535@tao.thought.org> In-Reply-To: <20040306014039.GA53535@tao.thought.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403052024.51782.racerx@makeworld.com> Subject: Re: GUI-related questions. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 02:24:55 -0000 On Friday 05 March 2004 07:40 pm, Gary Kline wrote: > > The err stated that I should pkg_delete 3.1.4 first; that > KDE-3.2.0 was trying to install in the same place. > A few hours ago I tried pkg_add to install this. It found > kde but not kde3. Using mozilla I found there was no > "Package" under KDE3. > > (I can see myself wasting dozens of hours playing around > with all these toys... Got to watch it :) > > gary In order to install KDE 3.2.0, you do indeed need to pkg_delete ALL (and that's the key) ALL related KDE libs. By typing /usr/local/sbin/pkgdb -fuF && /usr/local/sbin/portversion -vL= > tmp you will pump the results to the file tmp. Read through that file and note ALL KDE libs. pkg_delete them all by hand, then install KDE. -- Best regards, Chris