I know this is a stupid question...

Hector13

Golden Member
Apr 4, 2000
1,694
0
0
gunzip my_file.tar.gz

that should produce a tar file, then run:

tar xvf my_file.tar

If you have GNU gunzip, I think you can just run gunzip with some option to cut out the second step. In either case, the above should work