Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 May 2002 06:12:40 +0200
From:      Siegbert Baude <siegbert.baude@gmx.de>
To:        "Kirk R. Wythers" <kwythers@umn.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: can't get rid of kde2
Message-ID:  <3CD0BCB8.4717605A@gmx.de>
References:  <1020275422.87268.121.camel@lorax.forestry.umn.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3CD0BCB8.4717605A>