Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
untar a .gz file
Name: merajunk_merahai Date: January 8, 2003 at 09:30:22 Pacific OS: Solaris CPU/Ram: No Clue
Comment:
I am getting directory checksum error for tar commands.
%tar tvf myfile.tar.gz %tar -xvf myfile.tar.gz
I get the same error. I downloaded a file from sourceforge.net and am trying to untar.
Does this mean that the file is corrupted? I tried to download and untar several times.
Name: joe Date: January 8, 2003 at 11:47:26 Pacific
Reply:
they are gzipped, you need to gunzip them... there are lot's of freeware packages for gunzip...
0
Response Number 2
Name: Rex Lopez Date: January 8, 2003 at 17:18:48 Pacific
Reply:
If u have gzcat you can also use:
%gzcat tarfile.tar.gz | tar xvf -
DON'T forget the hyphen on the end as it tells tar to read from the pipe on stdin
0
Response Number 3
Name: Fifield Date: January 9, 2003 at 11:56:43 Pacific
Reply:
You didn't specify which program you were trying to untar, but ...
Solaris tar fails with long filenames. The only program I have found that to be true with, though, is MYSQL. If such is the case, you can go to: http://mirror.sit.wisc.edu/mysql/Solaris and download a utility called gtar-Solaris-4.1.4-sparc.gz and use it instead. It is the only way I have found to untar MYSQL. I hope this helps ...
Summary: I have installed Solaris 8 in my Home PC for learning purpose.Since my VGA card is not recognized I am working in CUI mode only. I have downloaded a patch file 109401-03 for updating my Solaris 8 OS(...
Summary: Can any one tell me the exact command to extract file in a directory (and and it's sub-directory)from a tar file. At present i can only extract singles files or the whole tar file. thanks ...
Summary: I have several machines running Solaris 2.6 and occasionally I find a .CPR file in /tmp or in a users home directory. They are huge in size. Where does this come from. ...