Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Apr 2011 19:48:05 +0200
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        Attos <attos.janus@gmail.com>
Cc:        freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: Best way to uninstall X
Message-ID:  <4D9DF8D5.4060005@FreeBSD.org>
In-Reply-To: <BANLkTimSmVL_MQj2J9yCRy4z8mXKgdKeDQ@mail.gmail.com>
References:  <BANLkTimSmVL_MQj2J9yCRy4z8mXKgdKeDQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2011-04-07 18:59, Attos wrote:
> Hello all,
> 
> What is the best way to uninstall X and all the applications that run under
> X?
> 
> Thanks in advance.

Don't know what else you have installed but pkg_delete -r
can be useful here.

$> pkg_info | grep -i ^x

xorg-7.5.1 bla bla
...
...

$> pkg_delete -r xorg-7.5.1




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D9DF8D5.4060005>