From owner-freebsd-questions Wed May 1 21:12:38 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (gemini.rz.uni-ulm.de [134.60.246.16]) by hub.freebsd.org (Postfix) with ESMTP id 29F1837B417 for <freebsd-questions@freebsd.org>; Wed, 1 May 2002 21:12:34 -0700 (PDT) Received: from gmx.de (lilith.wh-wurm.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with ESMTP id g424CWTR010658 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Thu, 2 May 2002 06:12:33 +0200 (MEST) Message-ID: <3CD0BCB8.4717605A@gmx.de> Date: Thu, 02 May 2002 06:12:40 +0200 From: Siegbert Baude <siegbert.baude@gmx.de> X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: de, en MIME-Version: 1.0 To: "Kirk R. Wythers" <kwythers@umn.edu> Cc: freebsd-questions@freebsd.org Subject: Re: can't get rid of kde2 References: <1020275422.87268.121.camel@lorax.forestry.umn.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-questions.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-questions> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-questions> X-Loop: FreeBSD.ORG Hi Kirk, > > I have been trying to get kde3 installed. The problem seem to be first > getting kde2 un-installed. pkg_info for kde and qt give: > > [kwythers@lorax]~$ pkg_info | grep kde > kdeartwork-2.2.2 Additional themes, sounds, wallpapers and window > styles for > kdelibdocs-1.1 KDE library documentation for developers > kdelibs-1.1.2_3 Support libraries for the KDE integrated X11 desktop > kdelibs-2.2.2_3 Libraries for KDE2 > kdenetwork-2.2.2_1 Network modules for KDE2 > kdesupport-1.1.2_1 Mime and UUENCODE/DECODE libraries for the KDE > integrated X > kdetoys-2.2.2 Small applications for KDE2 > kdeutils-2.2.2 Utilities for the KDE integrated X11 desktop > > and > > [kwythers@lorax]~$ pkg_info | grep qt > qt-2.3.1_1 A C++ X GUI toolkit > qt-3.0.3_1 A C++ X GUI toolkit > qt1-1.45_1 A C++ X GUI toolkit > > Yet I can not seem to be able to either pkg_delete or make deinstall kde > or old qt. pkg_delete for example, reports "not installed" For pkg_delete you have to use the complete port name including version: pkg_delete qt1-1.45_1 for example. With pkg_deinstall (brought to you by the "portupgrade" port) you can use the package name without version and even globbing will work: pkg_deinstall 'qt*' for example. HTH Siegbert P.S.: make sure to be root :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message