Converting .zip file to .tar.gz file (SOLVED)

Booting, installing, newbie
Post Reply
Message
Author
Dewbie

Converting .zip file to .tar.gz file (SOLVED)

#1 Post by Dewbie »

How do you convert a .zip file to a .tar.gz file, step-by-step?
Last edited by Dewbie on Tue 13 Sep 2011, 03:09, edited 1 time in total.

User avatar
wuwei
Posts: 800
Joined: Sat 15 Sep 2007, 11:59
Location: formerly de; now in tranquility

Re: Converting .zip file to .tar.gz file

#2 Post by wuwei »

Dewbie wrote:How do you convert a .zip file to a .tar.gz file, step-by-step?
Don't really know why, but what about using Xarchiver to unpack the Zip and repack as tar.gz?
Xarchiver is under Menu-Utilities

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#3 Post by amigo »

unzip name-of-zip-file | tar -czf name-of-desired-tar-archive

Dewbie

#4 Post by Dewbie »

wuwei wrote:
Don't really know why
I couldn't unzip a file and execute it through a terminal.
So I thought converting it to a .tar.gz might help.

As it turns out, instructions spelled file name in CAPS.
But file name is in lower-case.
And terminal is case-sensitive. :roll:
It's always the little stuff that bites you. :x
Thanks to both of you for the assistance.

Post Reply