Date: Mon, 9 Apr 2007 20:39:27 +0200 From: Martin Tournoij <Carpetsmoker@rwxrwxrwx.net> To: freebsd-questions@freebsd.org Cc: betts@norden1.com Subject: Re: Unistall KDE and Xorg Message-ID: <20070409183927.GA23564@glitch.rwxrwxrwx.net> In-Reply-To: <461A4BC7.8060807@norden1.com> References: <461A4BC7.8060807@norden1.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 09 Apr 2007 10:04, dbetts wrote: > Is there a simple way to uninstall KDE and Xorg, or do I have to use the pkg_delete command for each one? > > Thanks > > -- > Darrell You can use pkg_delete xorg\* and pkg_delete kde\*. This will not remove some xorg dependencies (like fontconfig), you should also use pkg_info first (ie. pkg_info xorg\*) to make sure you won't be deleting anything unintended.. -- Martin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070409183927.GA23564>