(281) 833-8130
info@wikotadc.com
3044 Venergy Drive, Brookshire, TX 77423
7633 E. 63rd Place One Memorial Place, Ste 300 Tulsa, OK 74133
If you’ve downloaded software, source code, or game mods from the internet, you’ve likely come across a file with a .tar.gz , .tar.bz2 , or simply .tar extension. On Linux and macOS, these are as common as .zip files. On Windows, however, they can seem mysterious.
tar -xvzf filename.tar.gz
This article explains what a tarball is and how to extract (open) it on a Windows PC. A "tarball" is a collection of multiple files and folders bundled into a single file using the Tape ARchive (tar) format. Often, the tarball is then compressed with a tool like gzip ( .gz ) or bzip2 ( .bz2 ) to save space. tarball windows
tar -xvjf filename.tar.bz2