From owner-freebsd-gnome@FreeBSD.ORG Tue Jan 18 12:41:20 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B25B16A4CE for ; Tue, 18 Jan 2005 12:41:20 +0000 (GMT) Received: from priv-edtnes56.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 826C743D31 for ; Tue, 18 Jan 2005 12:41:17 +0000 (GMT) (envelope-from james@icionline.ca) Received: from d209-107-110-221.abhsia.telus.net ([209.107.110.221]) by priv-edtnes56.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP <20050118124117.FTKJ19506.priv-edtnes56.telusplanet.net@d209-107-110-221.abhsia.telus.net>; Tue, 18 Jan 2005 05:41:17 -0700 From: James Earl To: Jason Trickett In-Reply-To: <41ECA828.6070809@cogeco.ca> References: <41ECA828.6070809@cogeco.ca> Content-Type: text/plain Date: Tue, 18 Jan 2005 05:39:01 -0700 Message-Id: <1106051941.629.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: freebsd-gnome@freebsd.org Subject: Re: n00b questions X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 12:41:20 -0000 On Tue, 2005-01-18 at 01:09 -0500, Jason Trickett wrote: > Hi. I'm just learning to use FreeBSD and have a few questions. I > noticed during my reading that a list of available packages for > freebsd is at [1]ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/ and > by using pkg_add -r packagename I can install new packages. I just > noticed that some of the versions available are newer than the ones > currently installed on my system. I tried to get the newer versions > using pkg_add but it said I already had the latest, which I know isn't > true (according to pkg_info). So how do I get the latest versions of > my fav apps? I'd also like to get the latest gnome2 desktop (2.8, I > believe) thru the packages system. I'm using the 5.3 Release. > Also, as a n00b I was wondering if there are any customization guides > available to help people like me get the most out of their systems, > pertaining to graphics cards, etc. Because some of the screensavers I > have aren't working so I assume I am missing something somewhere. > Eye-candy info like that, for instance. > Thanks. You may want to read up on the FreeBSD "Ports Collection": http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html That's a nice short read... see Package Benefits, and Ports Benefits, and especially "Using the Ports Collection." I can still remember back to when I first started using FreeBSD. I would always using the pre-compiled packages, mainly because I didn't know about the ports collection and how to use it. It took me awhile, but eventually I saw the light! The packages you may have installed from the FreeBSD CD or using pkg_add -r , are simply a snapshot of a moving target, which is the ports collection. To upgrade your installed packages, you'll want to look into portupgrade. In regards to your other question about customization, there are alot of resources out there. The FreeBSD Handbook, FreeBSD GNOME (www.freebsd.org/gnome/), this mailing list, Google, etc. James