* bsd @ todoo. biz <[EMAIL PROTECTED]> [0129 21:29]:
> Hello,
> 
> I am looking for a fast and secure way to remove all kde* things from 
> my system.
> 
> We are using this machine as a headless server and do not need this 
> "kind of things at all".

then why did you install them ? :)

> This is bothering me when I update de port tree and do my cvsup things.
> 
> ON THE OTHER HAND we absolutely need the deinstall not to compromise 
> our server !!

ssh. pkg_delete will check before deinstalling stuff.

pkg_delete `pkg_info |grep -i kde | awk '{print $1}'`
 
> Libraries used by other program must not be touched by the deinstall 
> process as this is a quite busy mail server.

Don't see how mail is going to need kde.
 
-- 
'Everybody I know who is right always agrees with ME.'
                -- Rev Lady Mal
Rasputin :: Jack of All Trades - Master of Nuns
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to