How to extract a tar file (.tgz) in windows? Is this possible, or do I have to get into a linux environment and extract it?
|
feedback
|
migrated from stackoverflow.com Jan 18 '11 at 9:20
This question came from our site for professional and enthusiast programmers.
|
No, you don't need Linux, you can download a free tool like 7zip which is more than capable of extracting And, on the assumption that you're writing batch files to do this extraction (since this is a programming site rather than a general tools help forum), it has a nice command-line interface so that you don't have to worry about GUI rubbish. | |||||||
feedback
|
|
I'd go with the previously mentioned 7zip, but you can also use WinZIP. | |||
|
feedback
|
|
I always have the UnxUtils GNU utilities in my UnxUtils includes | |||
|
feedback
|
|
| |||
|
feedback
|
|
Unfortunately I have not found 7-Zip good for unpacking tar.gz'ed archives. I tried piping 7-Zip's gzip extract to tar extract, but this can fail on archives larger than a couple of megabytes.
Even writing to temp instead of pipe, I have encountered failures. My search goes on. 'Ch Shell' looks promising... | ||||
|
feedback
|
|
I use Universal Extractor I use that and 7-Zip for a lot of things. | |||
|
feedback
|