LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   filetype tar.gz.tar (https://www.linuxquestions.org/questions/slackware-14/filetype-tar-gz-tar-102779/)

everythingand2 10-11-2003 10:49 AM

filetype tar.gz.tar
 
I'm trying to untar an apache and php file, each of them have the file extension of *.tar.gz.tar. When trying to untar it I get the error...

gzip: stdin: invalid compressed data -- format violated
tar: Child returned status 1
tar: Error exit delayed from previous errors


How do you untar this kind of file? Thanks.

- Brad

minio 10-11-2003 10:55 AM

I get these files when i download them in Windows. Rename them to *.tar.gz and it should work.

everythingand2 10-11-2003 10:56 AM

I'll try that, thanks!

everythingand2 10-11-2003 11:04 AM

Ok I did this...

gunzip php-4.3.3.tar.gz


and got this error message...


"incomplete literal tree"
"gunzip: php-4.3.3.tar.gz: invalid compressed data -- format violated"


I'm still doing something wrong.

TheOneAndOnlySM 10-11-2003 12:11 PM

i don't know how gunzip works, but try using file-roller, just type that into a terminal and it will give u a nice gui to untar your file

ed_thix 10-11-2003 01:54 PM

try using

tar -zxvf php-4.3.3.tar.gz

minio 10-12-2003 12:16 PM

Did you try MD5SUM ?


All times are GMT -5. The time now is 10:36 PM.