From owner-freebsd-questions@FreeBSD.ORG Fri Nov 25 15:13:41 2005 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 6107416A41F for ; Fri, 25 Nov 2005 15:13:41 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail25.sea5.speakeasy.net (mail25.sea5.speakeasy.net [69.17.117.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45F8E43DFF for ; Fri, 25 Nov 2005 15:13:06 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 29678 invoked from network); 25 Nov 2005 15:05:54 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail25.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 25 Nov 2005 15:05:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 182482841D; Fri, 25 Nov 2005 10:05:53 -0500 (EST) Sender: lowell@be-well.ilk.org To: David Miao References: <979f20140511232256y3baf20aes660bf4f2aa4c8b4a@mail.gmail.com> From: Lowell Gilbert Date: 25 Nov 2005 10:05:52 -0500 In-Reply-To: <979f20140511232256y3baf20aes660bf4f2aa4c8b4a@mail.gmail.com> Message-ID: <448xvcn4xb.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "freebsd-questions@freebsd.org" Subject: Re: Package upgrade 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, 25 Nov 2005 15:13:41 -0000 David Miao writes: > Hi list, > > I have already installed 'python-2.4.1_3.tbz' package from FreeBSD6.0 > i386 disc 2, may I use below command to install the up-to-date python > 2.4.2 without uninstall old version in advance? > > # cd /usr/ports/lang/python (I have downloaded the latest CVS tree) > # make install clean > > or > > # pkg_add -r python You need to delete the old one before installing the new one. portupgrade or portmanager will take care of these aspects for you.