From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 14:13:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1D9EA16A402 for ; Wed, 19 Apr 2006 14:13:24 +0000 (UTC) (envelope-from frank@ircnow.org) Received: from scott.blazing.de (scott.blazing.de [80.86.187.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC50043D45 for ; Wed, 19 Apr 2006 14:13:23 +0000 (GMT) (envelope-from frank@ircnow.org) Received: by scott.blazing.de (Postfix, from userid 510) id D51069A457; Wed, 19 Apr 2006 16:13:22 +0200 (CEST) Received: from shodan.nognu.de (shodan.nognu.de [85.14.216.230]) by scott.blazing.de (Postfix) with ESMTP id B4A489A44F for ; Wed, 19 Apr 2006 16:13:19 +0200 (CEST) Received: by shodan.nognu.de (nbSMTP-1.00) for uid 1002 frank@ircnow.org; Wed, 19 Apr 2006 16:13:19 +0200 (CEST) Date: Wed, 19 Apr 2006 16:13:19 +0200 From: Frank Steinborn To: freebsd-questions@freebsd.org Message-ID: <20060419141319.GA8933@scott.blazing.de> Mail-Followup-To: freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: mutt-ng/devel-r581 (FreeBSD) Subject: Re: Installing Gnome (Or possibly other GUI) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 14:13:24 -0000 Enigma wrote: > My problem is this: I am installing onto a small partition (roughly > 2.5 gig) with the add_pkg -r gnome2 command to download the packets. By > about what seems 3/4 the way through, my hdd is full and theres no way > this option is open to me. You have to know that the gnome2 package is a "metapackage". It installs many optional GNOME packages you probably never need. You can use the gnome2-lite Package (pkg_add -r gnome2-lite), to install just the necessary packages to run GNOME. HTH! Frank