Amiga.org
Amiga.org specific forums => New User Introductions => Topic started by: taunusand on December 20, 2008, 10:39:36 PM
-
This might be a stupid question.
But how do I unpack .gz files?
I downloaded AmigaOS3-2.1.tar.gz from aminet, but when I unpack it with Unarc the result is just one big file, instead of a drawer :-?
I run OS3.9
-
Unpack the resulted big file.
-
Now I just feel even more stupid!
The file had "no default tool" when I double-clicked it.
I'll rember that! Just had to drag'n'drop it into Unarc.
Thank you, glad for your help :-)
-
You are welcome :)
-
It's strange behavior inherited from the Unix world. Tar collects a bunch of files into one, but can't compress. GZip compresses, but can't handle more than one file. Put them together and you've got serviceable archive handling. Newer Unix-y shell tools have decompression down to a single step, but Unarc still needs two.
Try Voodoo-X to simplify things a bit more.
-
Found Voodoo-X on aminet, I'll give it a try :-)