-
Step 1
If you're in a Unix environment, run "gzip" from the command line to make sure it exists. If not, follow the gzip link in Resources to download and install GNU zip.
-
Step 2
If you're in an Unix environment, run "tar" from the command line to make sure it exists. If not, use the GNU tar link in the Resources section below to download and install GNU tar.
-
Step 3
If you're in an Unix environment, copy or move the TGZ file to an empty directory. If this is not done, the files and directories from the TGZ archive will be mixed with the pre-existing files in the current directory.
-
Step 4
In a unix environment, unpack with the following command:
gtar xvzf file.TGZ
Or the run following series of two commands:
gzip -d file.tgz
tar xvf file.tar -
Step 5
If you are in a Windows environment without a Unix shell such as Cygwin, the quickest way to get a TGZ file unpacked is to download and install one of several unzip programs capable of unpacking TGZ files. Installing Cygwin will take much longer than installing a Windows based unzip program.













