remove all of KDE

2005-08-01 Thread jdyke
I'm in the process of updating ports that have vulerablities.  many in the KDE 
family do, so i've been trying to update them, but they keep erroring outbut 
i don't need or use KDE at all on this system.  What is the best way to remove 
all pieces KDE.  If i `pkg_delete kdebase` will it delete all sub packages. or 
do those have to go one at a time?


Thanks
Jeff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remove all of KDE

2005-08-01 Thread Dick Hoogendijk
On 01 Aug jdyke wrote:
 If i `pkg_delete kdebase` will it delete all sub packages. or do those
 have to go one at a time?

pkg_delete kde\* removes most if not all of kde* stuff.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 5.4
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remove all of KDE

2005-08-01 Thread Gary W. Swearingen
Dick Hoogendijk [EMAIL PROTECTED] writes:

 On 01 Aug jdyke wrote:
 If i `pkg_delete kdebase` will it delete all sub packages. or do those
 have to go one at a time?

 pkg_delete kde\* removes most if not all of kde* stuff.

Using -r should also get rid of packages that depend on the kde
stuff.  You might ought to use -rn first, and study output.

BTW, it seems that pkg_deinstall is meant to be used instead of
pkg_delete (outside old scripts, anyway).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remove all of KDE

2005-08-01 Thread jdyke

Gary W. Swearingen wrote:

Dick Hoogendijk [EMAIL PROTECTED] writes:



On 01 Aug jdyke wrote:


If i `pkg_delete kdebase` will it delete all sub packages. or do those
have to go one at a time?


pkg_delete kde\* removes most if not all of kde* stuff.



Using -r should also get rid of packages that depend on the kde
stuff.  You might ought to use -rn first, and study output.

BTW, it seems that pkg_deinstall is meant to be used instead of
pkg_delete (outside old scripts, anyway).


thanks all.  don't know why i went to the list instead of man so quickly today, 
guess i was a little leary since its a large app with so many ties to other 
apps. as soon as i sent it went to man, got it all uninstalled.  Think i've left 
some files around in the icons/graphics shared folders.


I did see the piece about deinstall and actually ended up uwing that instead.

Jeff



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]