| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
| List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
| List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
| Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
| Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
| From: | Chris Faylor <cgf AT cygnus DOT com> |
| Date: | Tue, 7 Mar 2000 23:14:01 -0500 |
| To: | cygwin AT sourceware DOT cygnus DOT com |
| Subject: | Re: bzip2: How install and use to unpack Cygnus Perl? |
| Message-ID: | <20000307231401.A6346@cygnus.com> |
| Reply-To: | cygwin AT sourceware DOT cygnus DOT com |
| Mail-Followup-To: | cgf AT cygnus DOT com, cygwin AT sourceware DOT cygnus DOT com |
| References: | <002901bf88b1$6d4831a0$a6ec70d8 AT 0015231392> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.1.8i |
| In-Reply-To: | <002901bf88b1$6d4831a0$a6ec70d8@0015231392>; from jkeen@concentric.net on Tue, Mar 07, 2000 at 10:50:19PM -0500 |
On Tue, Mar 07, 2000 at 10:50:19PM -0500, James E Keenan wrote: >For the purpose of unpacking "perl5.005_03-cygwinb20-dynamic-v1.4.tar.bz2", >I have downloaded "bzip2095d_win32.exe" from the cygnus site. I've also >printed out and studied the bzip2 site. But I apparently do not have this >properly installed on my Win98 computer, because I'm getting no results. >The bzip2 site does not contain any instruction on this elementary problem. >So let me ask 2 very elementary questions: > >1. What directory should it be installed in? >2. Do I run it from the Cygnus BASH prompt or from a DOS prompt? >3. Is there anything else I will have to do after running it to further >unpack and set up the cygwin perl build? > >I need to solve these problems so that I can delve into studying Perl under >the BASH prompt via Cygnus. Thank you very much. You need two programs to uncompress the archive. Something like this should work: bzip2 -d < perl5.005_03-cygwinb20-dynamic-v1.4.tar.bz2 | tar xvf - This will extract the contents of the perl5... bzip2 compressed tar file to the current directory. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |