From owner-freebsd-questions Sun May 4 01:04:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA14709 for questions-outgoing; Sun, 4 May 1997 01:04:45 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA14704 for ; Sun, 4 May 1997 01:04:41 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id KAA03852; Sun, 4 May 1997 10:04:36 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705040804.KAA03852@helbig.informatik.ba-stuttgart.de> Subject: Re: Help with FreeBSD2.2.1 In-Reply-To: <336C35C3.7996@sd.znet.com> from Brad Fox at "May 4, 97 00:07:47 am" To: bjfox@znet.com (Brad Fox) Date: Sun, 4 May 1997 10:04:34 +0200 (MET DST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi > Hi, guy thanks for the support. > I installed the full FreeBSD2.2.1-i386 on a compaq system. The basic X > system is running fine. The system installted the ports section all 880 > of them. My problem is I don't know how to install the packages > that are on this system I have tried pkg_add ..., pkg_info, make all > insall and pkg_manage which is just a blank directory. If you could > please give an assist in this area I would appreciate it. Login as root, insert the CD and mount it: # mount /cdrom Search the tarball of the package in the directory /cdrom/packages and use pkg_add to install the found package bar: # pkg_add /cdrom/packages/foo/bar.tgz > > Thank you, You're welcome. > brad fox > bjfox@sd.znet.com > Wolfgang