From owner-freebsd-questions@FreeBSD.ORG Wed Oct 3 13:30:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAFCD16A469 for ; Wed, 3 Oct 2007 13:30:27 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.229]) by mx1.freebsd.org (Postfix) with ESMTP id 3B5A213C4D1 for ; Wed, 3 Oct 2007 13:30:27 +0000 (UTC) (envelope-from subscrigood@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so2892311nzf for ; Wed, 03 Oct 2007 06:30:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=zMjnR57L9xXdQmcaYnbIlaS64a5nChMbMsKBJmWvjZc=; b=S2SpUEvjX7JMY+RKRSsKTNSO37Y/CdLck49hAkBVy60s30DhHtoSszf7DATWU2MR1AqdrRo/l8PpARSWhj2mglHN5XImfOASIxFMDaQYu3VY2yvthm0Rnjt9s9ckTQLBYDEQquCXW0WO343ziAWiEPrNs67gayLPdNBSITjAwMY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=qizo5DK5qbfcNFUk4TFjDbEHMiWuUuzUueNYy3lYLZMN0cDZaEWS/P6UF2TQjTb+gmKOP9cCkr5fktJU2P+QuXPGPFlLR+EgeNwtzijthmGenxX/DSt4Av46Tnt58yjTm3V/2nP4SxrZZAOwdb/KW4SusW88AMaS5NocQL8oYfQ= Received: by 10.114.169.2 with SMTP id r2mr3938671wae.1191418225516; Wed, 03 Oct 2007 06:30:25 -0700 (PDT) Received: by 10.114.205.4 with HTTP; Wed, 3 Oct 2007 06:30:25 -0700 (PDT) Message-ID: <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com> Date: Wed, 3 Oct 2007 17:30:25 +0400 From: "Alex P" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: How to install third party software (format .tar.bz2) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 13:30:27 -0000 > > Could you please advise on how to > install the software with format .tar.bz2 For Example, file > downloaded from the below link : > [1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2 cd /directory-whith-GPRS_Easy_Connect_301.tar.bz2 bzip2 -d GPRS_Easy_Connect_301.tar.bz2 tar xf GPRS_Easy_Connect_301.tar cd GPRS_Easy_Connect_301 more README make install