From owner-freebsd-questions@FreeBSD.ORG Sat Jul 26 14:57:47 2003 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 8DD2C37B401 for ; Sat, 26 Jul 2003 14:57:47 -0700 (PDT) Received: from mail-da-1.dns-solutions.net (unknown [69.12.117.4]) by mx1.FreeBSD.org (Postfix) with SMTP id C99DE43F3F for ; Sat, 26 Jul 2003 14:57:46 -0700 (PDT) (envelope-from matthew@starbreaker.net) Received: (qmail 97048 invoked from network); 26 Jul 2003 21:57:45 -0000 Received: from unknown (HELO host185.209-113-232.oem.net) (matthew@starbreaker.net@209.113.232.185) by mail-da-1.dns-solutions.net - 209.113.232.185 with SMTP; 26 Jul 2003 21:57:45 -0000 From: Matthew Graybosch Organization: starbreaker.net To: "Michael L. Squires" Date: Sat, 26 Jul 2003 17:58:39 -0400 User-Agent: KMail/1.5.2 References: <200307262149.h6QLnGs1055098@siralan.org> In-Reply-To: <200307262149.h6QLnGs1055098@siralan.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307261758.39723.matthew@starbreaker.net> cc: freebsd-questions@freebsd.org Subject: Re: How to install a tar.gz from console. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: matthew@starbreaker.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jul 2003 21:57:47 -0000 On Saturday 26 July 2003 05:49 pm, Michael L. Squires wrote: > > How do u install tar.gz packages from terminal. > > cd > tar xvfz /.tar.gz > > or am I missing something? Are you trying to install a software package with a name like foobar.tgz? You have to use the pkg_add tool. If you just want to unzip it, then tar xzvf $archive will do, or tar xjvf $archive if it's compressed with bzip2 (*.tar.bz2) instead of gzip (*.tar.gz) Does this help? -- Matthew Graybosch http://www.starbreaker.net "I am become root, shatterer of kernels."