Best way to uninstall X

Olli Hauer ohauer at FreeBSD.org
Thu Apr 7 17:48:10 UTC 2011


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



More information about the freebsd-ports mailing list