From owner-freebsd-questions Sun Mar 10 18:44:29 2002 Delivered-To: freebsd-questions@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id 69CE137B41A for ; Sun, 10 Mar 2002 18:44:26 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g2B2i7t07743; Mon, 11 Mar 2002 15:44:07 +1300 (NZDT) (envelope-from jonc) Date: Mon, 11 Mar 2002 15:44:07 +1300 From: Jonathan Chen To: "Paul C. Boyle" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: KDE woes. Message-ID: <20020311154407.A7702@grimoire.chen.org.nz> References: <200203102356.SAA12416@alpha.vaxxine.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200203102356.SAA12416@alpha.vaxxine.com>; from freebsdruns@yahoo.com on Sun, Mar 10, 2002 at 06:57:26PM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Mar 10, 2002 at 06:57:26PM -0500, Paul C. Boyle wrote: [...] > HERE IS A LIST OF KDE STUFF FROM pkg_info > I notice that I have 3 kdelibs- > Is this part of problem or is this the way it should be? Yup. That is your problem. The cleanest (although not the simplest) way to do this is to pkg_delete *EVERYTHING* associated with KDE and then build the whole thing from /usr/ports/x11/kde2/ [...] > pkg_delete: package 'kdelibs-2.2.2_3' is required by these other packages > and may not be deinstalled: > kdemultimedia-2.2.2_2 > libkmsn-0.1 > kwatch-2.0.1 > ktexshell-0.4.0 > kio_fish-1.0.1 > khordpro-0.1 > kdebase-2.2.2_2 > pkg_delete: 1 package deletion(s) failed You've got to delete *EVERY* dependancy. This means: pkg_delete kio_fish-1.0.1 kwatch-2.0.1 ktexshell-0.4.0 ... -- Jonathan Chen ---------------------------------------------------------------------- If you're right 90% of the time, why quibble about the remaining 3%? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message