From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 00:13:42 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 5C5C416A4CE for ; Wed, 14 Jul 2004 00:13:42 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 2719D43D45 for ; Wed, 14 Jul 2004 00:13:42 +0000 (GMT) (envelope-from diaphanous@gmail.com) Received: by mproxy.gmail.com with SMTP id x17so124895cwb for ; Tue, 13 Jul 2004 17:13:41 -0700 (PDT) Received: by 10.11.100.57 with SMTP id x57mr4592cwb; Tue, 13 Jul 2004 17:13:41 -0700 (PDT) Message-ID: Date: Wed, 14 Jul 2004 01:13:41 +0100 From: Oryx To: Mike Jeays In-Reply-To: <1089717763.53299.5.camel@chaucer> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1089717763.53299.5.camel@chaucer> cc: questions@freebsd.org cc: Jonathan Chen Subject: Re: How to install GIMP 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: Wed, 14 Jul 2004 00:13:42 -0000 Cheers guys it really helped me out :D On 13 Jul 2004 07:22:43 -0400, Mike Jeays wrote: > On Tue, 2004-07-13 at 00:44, Jonathan Chen wrote: > > On Mon, Jul 12, 2004 at 08:43:18AM +0100, Oryx wrote: > > > Hi, i'm just wondering how I could install gimp onto my box, I have > > > the package stuff but I don't know how to install it via console (i'm > > > new to freebsd by the way) > > > > If you have the package: > > > > # pkg_add > > > > If you don't have the package, but have a internet connection you can > > build it from source using the ports system: > > > > # cd /usr/ports/graphics/gimp > > # make install clean > > > > Cheers. > > You should also be able to install the package directly off the internet > by executing the command: > pkg_add -r gimp > This will produce the same results as the ports system, but is a > bit faster. It will find the current version "automagically". It is an > impressive feature of FreeBSD. > > -- - Oryx