J Joe2003 New Member Nov 19, 2004 #1 Hey How do I extract a tgz file? Ive always kept away from them cause I wasnt sure Sorry bout the lameboy question Cheers
Hey How do I extract a tgz file? Ive always kept away from them cause I wasnt sure Sorry bout the lameboy question Cheers
Lorand <b>VIP Member</b> Nov 19, 2004 #2 *.tgz is an UNIX Tar File Gzipped and it can be unzipped with WinZip.
J Joe2003 New Member Nov 19, 2004 #3 yeah, I know it is, but im running redhat, so dont have winzip, for tar.gz its normally GUNZIP then TAR -XF, so will it be simalar to this??? Last edited: Nov 19, 2004
yeah, I know it is, but im running redhat, so dont have winzip, for tar.gz its normally GUNZIP then TAR -XF, so will it be simalar to this???
[tab] [...] Nov 20, 2004 #4 GNU tar allows you to do the unzipping as well, so you can do: tar zxvf <filename.tgz>