From owner-freebsd-questions@FreeBSD.ORG Thu Mar 6 19:06:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88662106566B for ; Thu, 6 Mar 2008 19:06:25 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from mail.potentialtech.com (internet.potentialtech.com [66.167.251.6]) by mx1.freebsd.org (Postfix) with ESMTP id 5A4318FC25 for ; Thu, 6 Mar 2008 19:06:25 +0000 (UTC) (envelope-from wmoran@potentialtech.com) Received: from vanquish.ws.pitbpa0.priv.collaborativefusion.com (pr40.pitbpa0.pub.collaborativefusion.com [206.210.89.202]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.potentialtech.com (Postfix) with ESMTP id 61BADEBC08; Thu, 6 Mar 2008 14:06:24 -0500 (EST) Date: Thu, 6 Mar 2008 14:06:23 -0500 From: Bill Moran To: Nex6 Message-Id: <20080306140623.28e4cd9a.wmoran@potentialtech.com> In-Reply-To: <42779f7f0803061032o1bdd967fr1fd3d8d01cf9cf73@mail.gmail.com> References: <42779f7f0803061032o1bdd967fr1fd3d8d01cf9cf73@mail.gmail.com> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.8; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd questions Subject: Re: some simple Questions 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: Thu, 06 Mar 2008 19:06:25 -0000 In response to Nex6 : > > install software: > seems the way to to this is pkg_add -r software-name packages: use pkg_add -r ports: cd /usr/ports/category/port-name && make install See: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html > system update: > still not sure? tho this is probly something really simple, seems more the > one way to do it. cvsup is the canonical way: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html But stuff like freebsd-upate has streamlined this a lot: http://www.daemonology.net/freebsd-update/ > main difference between packages and ports? Packages are precompiled. Ports are not. Ports can be made into packages, the reverse is not true. See the above link. -- Bill Moran http://www.potentialtech.com