Computing.Net > Forums > Solaris > untar a .gz file

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

Reply to Message Icon

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.

Thanks in advance for your suggestions.

MM



Sponsored Link
Ads by Google

Response Number 1
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 ...


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: untar a .gz file

install a Patch file from a DOS floppy ( www.computing.net/answers/solaris/install-a-patch-file-from-a-dos-floppy-/145.html

extracting a directory from a tar file www.computing.net/answers/solaris/extracting-a-directory-from-a-tar-file/589.html

What is a .CPR file from www.computing.net/answers/solaris/what-is-a-cpr-file-from/67.html