From owner-freebsd-questions@FreeBSD.ORG Fri Sep 14 13:07:28 2007 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 A299916A419 for ; Fri, 14 Sep 2007 13:07:28 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from a.cs.okstate.edu (a.cs.okstate.edu [139.78.113.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9581A13C468 for ; Fri, 14 Sep 2007 13:07:28 +0000 (UTC) (envelope-from lreid@cs.okstate.edu) Received: from [172.18.0.137] (showcase.tulsatech.org [70.168.226.150]) by a.cs.okstate.edu (Postfix) with ESMTP id 162C6154CC9; Fri, 14 Sep 2007 08:07:34 -0500 (CDT) Message-ID: <46EA877E.50502@cs.okstate.edu> Date: Fri, 14 Sep 2007 08:07:10 -0500 From: Reid Linnemann User-Agent: Thunderbird 2.0.0.6 (X11/20070809) MIME-Version: 1.0 To: Payne References: <46EA567E.1090705@magidesign.com> In-Reply-To: <46EA567E.1090705@magidesign.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: How to update? 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: Fri, 14 Sep 2007 13:07:28 -0000 Written by Payne on 09/14/07 04:38>> > Hey, > > Maybe this is in the manual, but how can I do an update. On most linux > system you can do an update, like with yast, yum, and apt-get. How can I > do that FreeBSD? > > Chuck If you are using a release version of FreeBSD, such as 6.1-RELEASE, you can use the freebsd-update tool to get binary updates. freebsd-update has an informative man page that will help you learn to use it. You also have the option of building and installing a more recent version of FreeBSD with souce code gotten through cvs or ftp. If htis is something you wish to do, I'd highly recommend reading the section on keeping up-to-date in the handbook.