Compdigitec Labs

« | Home | »

Create and extract tarballs in Windows

By admin | August 12, 2008

For those of you who want to extract and create tarballs (tgz, tbz) on the Windows platform, there are many commercial tools to extract tarballs. If you want an graphical app, you can use the open-source 7-zip archiver for Windows.

However, there are also not many tools extract tarballs from the command line (cmd.exe or command.com). Below are easy steps to install a GNU Tar-like program (bsdtar) to use in the command line. BSDtar is licensed under the BSD License (as specified here).

  1. Download bsdtar and extract to a directory, preferably without spaces.
  2. Go into Control Panel -> System and click on “Advanced”. Then click on “Environmental Variables”.
    Screenshot of the Advanced tab
  3. In the user variables section, add the path you extracted bsdtar to the PATH variable. If the PATH variable has not been created, create it.
  4. You’re done! To test it, type tar zcvf archive.tar.gz * to create a tarball (tar+gzip) of all the files in the current directory.

If you found this article helpful or interesting, please leave a comment or help us spread the word!

If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!

Topics: Windows | 1 Comment »

One Response to “Create and extract tarballs in Windows”

  1. Binaries for rarcrack 0.2 at Compdigitec Labs Says:
    August 27th, 2008 at 18:59

    […] Untarbz2 the tarball – “tar xjvf rarcrack-0.2.tar.bz2“. If you are using Windows, see the article on creating and extracting tarballs on Windows. […]

Comments