RE: tartar sauce

2000-06-06 Thread KThorpe
Windows does that, but then that's Windows for you. The thing to do is: tar tf filename.tar.tar If you get one entery 'otherfilename.tar' then it is indeed a tarball in a tarball. No need for one of those though. = Original Message from [EMAIL PROTECTED] at 6/06/00 04:13 >> >> >

RE: tartar sauce

2000-06-05 Thread maynard
> > > but one of the files I have is "filename.tar.tar" so,wouldn't > > that require an extra step? > is there a tar.tar? maybe its just a matter of saving it... when ur using windows application and you save a certain file, for example jpg file/s, the computer recommends filename.jpg as ur fi

RE: tartar sauce

2000-06-04 Thread er-chan
Hello Chad W. Skinner (On 06/04/00,10:42pm,you wrote Re: RE: tartar sauce) > > > but one of the files I have is "filename.tar.tar" so,wouldn't > > that require an extra step? > > Are you sure the files you are downloading are tar.tar and not .tar files. &g

RE: tartar sauce

2000-06-04 Thread Chad W. Skinner
> but one of the files I have is "filename.tar.tar" so,wouldn't > that require an extra step? Are you sure the files you are downloading are tar.tar and not .tar files. If you are using windows98SE with IE 5 the file may infact only be a tar file. For some reason on my computer IE saves tar file

Re: tartar sauce

2000-06-04 Thread Bret Hughes
Jerry Human wrote: > Hello RH People: > > While trying to get ppp to work in RH 6.2 I was surfing the web in Win95 > and found a few packages I'd like to use and D/Led them. Unfortunately > they are in .tar.tar and .tar.gz packages. I'm a newbie and don't speek > Linux RH geek yet but that is w

Re: tartar sauce

2000-06-04 Thread John Aldrich
On Sun, 04 Jun 2000, Jerry Human wrote: > Hi all you helpful RH people: > > Thank you for your quick and informative reply. However, I think I missed > something. I will try the "gunzip filename.tar.gz" command when I get back to > RH (requires a reboot) but I guess I have to ask. I've seen pack

Re: tartar sauce

2000-06-04 Thread Eric Clover
"Kurt A. Brust" wrote: > > type > > gunzip filename.tar.gz > hit enter > type tar -xvf filename.tar > try tar -zxvf filename.tar.gz one less step > thats all there is to it! -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: tartar sauce

2000-06-04 Thread Jerry Human
Hi all you helpful RH people: Thank you for your quick and informative reply. However, I think I missed something. I will try the "gunzip filename.tar.gz" command when I get back to RH (requires a reboot) but I guess I have to ask. I've seen packages like: filename.tar filename.

Re: tartar sauce

2000-06-04 Thread John Aldrich
On Sun, 04 Jun 2000, Jerry Human wrote: > Hello RH People: > > While trying to get ppp to work in RH 6.2 I was surfing the web in Win95 > and found a few packages I'd like to use and D/Led them. Unfortunately > they are in .tar.tar and .tar.gz packages. I'm a newbie and don't speek > Linux RH gee

Re: tartar sauce

2000-06-04 Thread jack wallen
or you can skip the gunzip command and do: tar xvzf filename.tar.gz once tar has unarchived the package you cd into the newly created directory and there should be README and INSTALL files to read. typically, though, you can 'cd' into root and then run: /configure then /make ; make install of

Re: tartar sauce

2000-06-04 Thread Kurt A. Brust
type gunzip filename.tar.gz hit enter type tar -xvf filename.tar thats all there is to it! On Sun, 04 Jun 2000, Jerry Human wrote: > Hello RH People: > > While trying to get ppp to work in RH 6.2 I was surfing the web in Win95 > and found a few packages I'd like to use and D/Led them. Unfortu

tartar sauce

2000-06-04 Thread Jerry Human
Hello RH People: While trying to get ppp to work in RH 6.2 I was surfing the web in Win95 and found a few packages I'd like to use and D/Led them. Unfortunately they are in .tar.tar and .tar.gz packages. I'm a newbie and don't speek Linux RH geek yet but that is what the manpages are written with