On Wed, Nov 28, 2007 at 12:33:47PM -0500, Jeff Maxwell wrote:
>
> I have X11 installed on a server 6.1.
> 
> Is there an easy way to remove it all?
> 
> Do I have to remove each package individually?
> 

You could probably make a good start with:

# pkg_deinstall -rf xorg-\*

check 1st what it will deinstall (without actually deinstalling):

# pkg_deinstall -frn xorg-\*

Finally, you want to:

# echo "WITHOUT_X11=yes" >> /etc/make.conf

to stop yourself accidentally installing stuff based on X in the
future.


-- 

 Frank 

        
 Contact info: http://www.esperance-linux.co.uk/misc/contact.html 

_______________________________________________
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