Decompress .tar.gz files

By | August 29, 2009

For ungziping you must run the following command. This command will replace the .gz file with a .tar file

gzip -drv phpbb-platinum-0.5beta.tar.gz

After that, you must run the following command:

tar -xvf phpbb-platinum-0.5beta.tar

That’s it.

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.