<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10pt"><span style="font-size: 10pt; font-family: arial,helvetica,sans-serif;">Mary . . .<br />
<br />
Comand:<br />
<br />
<span style="font-family: courier new;">$ tar -xvf ~/cygwin/home/Book@Enigmatics-Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar<br />
<br />
<span style="font-family: arial;">Result:</span><br />
<br />
tar: /home/Book/cygwin/home/Book@Enigmatics-Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar: Cannot open: No such file or directory<br />
tar: Error is not recoverable: exiting now</span><br />
<br />
David<br />
<br />
<div>David L. Book <br />
President, Enigmatics, Inc. <br />
Tel (work/cell):831-372-5064/202-285-2431</div>
<br />
<br />
<span style="font-size: 10pt; font-family: tahoma,arial,sans-serif;"><hr width="100%" size="2" align="center" />
<strong>From</strong>: "Mary Haley" <haley@ucar.edu><br />
<strong>Sent</strong>: Tuesday, January 29, 2013 11:45 AM<br />
<strong>To</strong>: davidbook@enigmatics.com<br />
<strong>Subject</strong>: Re: [ncl-install] Problem unzipping/untarring NCL setup file</span><br />
<br />
David,<br />
<br />
You need to do " tar -xvf", and not just "tar".<br />
<br />
> tar -xvf ~/cygwin/home/Book@Enigmatics-Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar<br />
<br />
Please see the instructions at:<br />
<br />
http://www.ncl.ucar.edu/Download/cygwin.shtml#InstallNCL<br />
<br />
--Mary<br />
<br />
On Jan 29, 2013, at 11:13 AM, David Book wrote:<br />
<br />
> Mary . . .<br />
> <br />
> Thanks for the suggestion about using a tilde. <br />
> <br />
> The name I gave my computer is "Book-Enigmatics." The prompt at my home directory reads<br />
> <br />
> Book@Book-Enigmatics ~<br />
> <br />
> (i.e., it displays a tilde), but the prompt after I cd to /usr/local doesn't show a tilde:<br />
> <br />
> Book@Book-Enigmatics /usr/local<br />
> <br />
> I tried inserting the tilde in my command:<br />
> <br />
> gunzip ~/cygwin/home/Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz<br />
> <br />
> and got this response (note the duplication in the path name):<br />
> <br />
> gzip: /home/Book/cygwin/home/Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz: No such file or directory<br />
> <br />
> Likewise with<br />
> <br />
> gunzip ~/cygwin/home/Book@Book-Enigmatics/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz<br />
> <br />
> But FWIW, when I tried<br />
> <br />
> $ tar ~/cygwin/home/Book@Enigmatics-Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar<br />
> <br />
> the response was<br />
> <br />
> tar: Old option `g' requires an argument.<br />
> Try `tar --help' or `tar --usage' for more information.<br />
> <br />
> I am hopelessly at sea.<br />
> <br />
> David<br />
> <br />
> <br />
> <br />
> David L. Book <br />
> President, Enigmatics, Inc. <br />
> <br />
> <br />
> From: "Mary Haley" <haley@ucar.edu><br />
> Sent: Tuesday, January 29, 2013 6:40 AM<br />
> To: davidbook@enigmatics.com<br />
> Subject: Re: [ncl-install] Problem unzipping/untarring NCL setup file<br />
> <br />
> <br />
> On Jan 26, 2013, at 7:36 PM, David Book wrote:<br />
> <br />
> > I use Firefox as my browser and I'm running under Windows 7 on a 64-bit computer.<br />
> > <br />
> > I downloaded and successfully started Cygwin/X. Using Windows Explorer I can see my home directory, C:\cygwin\home\book. I can open a Cygwin/X window by clicking on my Cygwin desktop icon. <br />
> > <br />
> > (But when I open a Cygwin/X window, the prompt reads<br />
> > Book@Book-Enigmatics <br />
> > instead of<br />
> > Book.<br />
> > <br />
> > I don't understand this, but I don't think that's the source of my problem.)<br />
> <br />
> I'm not sure what the issue is there, but this is a Cygwin problem and not an NCL problem. It shouldn't be an issue for installing NCL.<br />
> <br />
> > <br />
> > Then I downloaded<br />
> > /ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz<br />
> > <br />
> > and saved it in my home directory. I can see it there, either by opening the directory with Windows Explorer<br />
> > or by opening a Cygwin/X window and doing <br />
> > ls -a.<br />
> > <br />
> > Then I tried to install it, following the instructions under "Install NCL" in the chapter entitled "Installing Cygwin/X (Windows)" in the NCL online manual. I typed <br />
> > cd /usr/local .<br />
> > <br />
> > No problem. The prompt says that I am now at <br />
> > /usr/local ,<br />
> > <br />
> > as it should. But when I type<br />
> > gunzip /ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz ,<br />
> <br />
> In order to access files in your home directory you need to use "~/", and not "/". If you use "/" it thinks you mean the top directory of the Cygwin directory tree.<br />
> <br />
> Try<br />
> gunzip ~/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz<br />
> <br />
> and go from there.<br />
> <br />
> --Mary<br />
> <br />
> > <br />
> > I get this message: <br />
> > gzip: /cygwin/home/Book/ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar.gz: No such file or directory<br />
> > <br />
> > I tried downloading the file again again. No luck. Then I downloaded the unzipped file,<br />
> > /ncl_ncarg-6.1.0.CYGWIN_NT-6.1-WOW64_i686.tar ,<br />
> > and tried untarring it (i.e., skipping the gzip step). No luck. My system still says it can't find the file and/or directory. <br />
> > <br />
> > Can someone tell me what is going on and how to fix it? <br />
> > <br />
> > <br />
> > <br />
> > David<br />
> > <br />
> > David L. Book <br />
> > President, Enigmatics, Inc. <br />
> > _______________________________________________<br />
> > ncl-install mailing list<br />
> > List instructions, subscriber options, unsubscribe:<br />
> > http://mailman.ucar.edu/mailman/listinfo/ncl-install<br />
> <br />
<br />
</span></span>