From owner-freebsd-questions Thu Mar 13 23:40:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA04934 for questions-outgoing; Thu, 13 Mar 1997 23:40:34 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA04803 for ; Thu, 13 Mar 1997 23:37:44 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id XAA21592; Thu, 13 Mar 1997 23:34:33 -0800 (PST) To: Doug White cc: John Clark , questions@freebsd.org Subject: Re: Installing Ports from CD In-reply-to: Your message of "Thu, 13 Mar 1997 17:35:50 PST." Date: Thu, 13 Mar 1997 23:34:32 -0800 Message-ID: <21589.858324872@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > pkg installation was not built for going over anything but CDROM. Just > download the package you are interested in and run pkg_add package.tgz, or > download the port's directory, cd into it, and type 'make' to build it and > 'make install' to install it. Uh, I hate to disillusion you Doug, but the package installation tool in sysinstall will work with any of the media types, including floppy. :) pkg_add itself will work with files or URLs, so even it has two methods of installation. Jordan