Most versions of winzip I believe should be able to extract these files.
On Unix, something like
Code:
gunzip -dc <apue.tar.gz | tar xvf -
You might want to create a temporary directory on the off chance that the files are not inside a directory in the archive.