From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 23:51:27 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50AA016A4CE for ; Sat, 11 Dec 2004 23:51:27 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4CD043D41 for ; Sat, 11 Dec 2004 23:51:26 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.250] (pool-68-160-207-47.ny325.east.verizon.net [68.160.207.47]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id iBBNpOfm026908 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 11 Dec 2004 18:51:25 -0500 (EST) Message-ID: <41BB87FB.7090700@mac.com> Date: Sat, 11 Dec 2004 18:51:23 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brett Glass References: <6.2.0.14.2.20041211162451.05b17c98@localhost> In-Reply-To: <6.2.0.14.2.20041211162451.05b17c98@localhost> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Un-GNOME-ing a FreeBSD box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 23:51:27 -0000 Brett Glass wrote: [ ... ] > What's the best way to un-GNOME his system automatically? Or would it > be simpler to tell him to save his configuration files and reinstall > the OS from scratch -- as if his hard drive had crashed? pkg_delete -x gnome x11 ...possibly followed by a "pkgdb -fu" and then a "portupgrade -ai". -- -Chuck