From owner-freebsd-questions Thu Jun 24 23:25:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from ucsu.Colorado.EDU (ucsu.Colorado.EDU [128.138.129.83]) by hub.freebsd.org (Postfix) with ESMTP id E4EF414A2E for ; Thu, 24 Jun 1999 23:25:26 -0700 (PDT) (envelope-from doranj@ucsu.Colorado.EDU) Received: (from doranj@localhost) by ucsu.Colorado.EDU (8.9.3/8.9.3/ITS-5.0/standard) id AAA21604 for freebsd-questions@freebsd.org; Fri, 25 Jun 1999 00:25:25 -0600 (MDT) From: Jonathon Doran Message-Id: <199906250625.AAA21604@ucsu.Colorado.EDU> Subject: Re: trouble installing packages. To: freebsd-questions@freebsd.org Date: Fri, 25 Jun 1999 00:25:20 -0600 (MDT) In-Reply-To: from "KultGyro@aol.com" at Jun 25, 99 02:18:07 am X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > I've installed FreeBSD 3.2-release from a dos partition. I downloaded the > distributions and some packages from ftp3.freebsd.org. I had no trouble > installing any of the distributions, but when I try to install any of the > packages I get the message "Unable to locate package". I'm trying to install > them with /stand/sysinstall, the same way I installed the distributions. The > installer locates the package index file, but can't seem to find the packages > themselves. They're located in c:\FREEBSD\packages. For instance the cdplay > package is located at c:\FREEBSD\packages\audio\cdplay-0.92.tgz. Can anyone > help me with this? If you have them in a FreeBSD filesystem, use pkg_add to add the package. I'd only use sysinstall for the initial install, not customization later. If you have them in a DOS filesystem, you'll need to mount the DOS partition under FreeBSD mount_msdos /dev/xxx /mnt (where xxx is where the DOS partition is). Then use pkg_add as before. Since you are dual booting, you'll want to figure out how to mount the DOS partition at some point. Fate is asking you to do this now. (in a pinch you can always download the packages again) Jon Doran To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message