LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to unzip and untar a xxx.tar.gzip.part file> (https://www.linuxquestions.org/questions/linux-software-2/how-to-unzip-and-untar-a-xxx-tar-gzip-part-file-145600/)

linuxharsha 02-13-2004 06:13 AM

How to unzip and untar a xxx.tar.gzip.part file>
 
Hi,

I downloaded an HTML files that was in the following format,

filename.html.tar.gzip.part

How can I untar and ungzip it, and get the html file? What does this .part mean?


Regards,
Harsha.

UltimaGuy 02-13-2004 06:18 AM

I think it is an incomplete download, though I may be wrong. Are you sure that it is a complete download?

hiteshmaisheri 02-13-2004 06:59 AM

harsha just chek the output of the command
file filename.html.tar.gzip.part
if it gives u that it is a .tar.gzip file then just rename the file as a .tar.gzip file using the mv command and then use
tar -zxvf filename.html.tar.gzip
command to get the file untarred

acidbreez 02-13-2004 07:54 AM

the .part part of the file means that it is not the whole file. I suggest go download it again. once you have the full file cd to the directory you saved it to. then run these commands:
gzip -d filename
tar -xvf filename

hiteshmaisheri 02-14-2004 12:17 AM

harsha do reply so that we can get a more better idea of things.... plssssss

linuxharsha 02-14-2004 12:27 AM

Thnks ..I'll reply soon
 
Hi Hitesh,


I'll surely try this now and'll reply ..


Thanks to the others too.. I too feel that the download is incomplete.


I'll try and write ASAP.

Harsha.

hiteshmaisheri 02-14-2004 12:54 AM

will wait for the reply.... to get more information...

linuxharsha 02-14-2004 02:02 AM

Successfully untarred..
 
Hi all,

you were right. The .part extension was because of improper(incomplete) download. I downloaded again and this time was successful.

Hi Hitesh, thanks for that. I thought the .part extension was something new that I didn't know. It's the first time I ever got such a file.


Thanks to all,

Harsha.

hiteshmaisheri 02-15-2004 04:27 AM

great ... thanx for the information


All times are GMT -5. The time now is 05:28 PM.