From owner-freebsd-questions@FreeBSD.ORG Mon Feb 16 09:03:36 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 134B416A4CE for ; Mon, 16 Feb 2004 09:03:36 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id A74A143D1F for ; Mon, 16 Feb 2004 09:03:35 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i1GH3L71051077; Mon, 16 Feb 2004 11:03:21 -0600 (CST) (envelope-from dan) Date: Mon, 16 Feb 2004 11:03:21 -0600 From: Dan Nelson To: "Daniel R. Curran" Message-ID: <20040216170321.GF15700@dan.emsphone.com> References: <4030F794.8050001@cs.rit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4030F794.8050001@cs.rit.edu> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Upgrade Linux Base 7 to 8 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: Mon, 16 Feb 2004 17:03:36 -0000 In the last episode (Feb 16), Daniel R. Curran said: > How does one go about updating from linux base 7 to linux base 8? > > I have 7.1_7 installed and I want to install Linux Devtools which > requires 8-8.0_4 but version 8 conflicts with version 7 is there an easy > way to perform this upgrade? pkg_delete linux_base-7.1_7 && cd /usr/ports/emulators/linux_base-8 && make install or, "portupgrade -o emulators/linux_base-8 linux_base-7.1_7" -- Dan Nelson dnelson@allantgroup.com