From owner-freebsd-questions Mon Sep 8 20:23:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28260 for questions-outgoing; Mon, 8 Sep 1997 20:23:43 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA28255 for ; Mon, 8 Sep 1997 20:23:40 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id UAA11953; Mon, 8 Sep 1997 20:23:38 -0700 (PDT) Date: Mon, 8 Sep 1997 20:23:38 -0700 (PDT) From: Annelise Anderson To: Allen Louden cc: questions@freebsd.org Subject: Re: pkg_add In-Reply-To: <3414B232.2F1@access.eve.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 8 Sep 1997, Allen Louden wrote: > Hello, > > Where does one find the utility to add packaged software to FreeBSD. Or > if someone has a better way, I'm open for suggestions. > Thanks, > Allen > It's part of the basic system, in /usr/sbin/pkg_add. This directory is likely to be in your path (which is probably defined in .cshrc if you're using the csh shell), so you call call pkg_add from anywhere; do it as root. You can look at your path by typing echo $PATH at the command line. As an argument to pkg_add you want the full path and name of the package you want to add, perhaps like this: pkg_add /cdrom/packages/All/packagename Annelise