vote up 0 vote down star

I need to run the "tar" command (to decompress a file) within WindowsXP. Do I need a i.e Linux emulator ?

flag
1  
How exactly is this programming related? Just because someone wants to run a program, it doesn't therefore qualify as a programming question. – tvanfosson Mar 27 at 17:15
2  
-1: Couldn't make google work, either. – S.Lott Mar 27 at 18:45

10 Answers

vote up 11 vote down

First hit when googling for tar windows seems relevant.. Tar for Windows

link|flag
I hadn't heard of lmgtfy, that's awesome – Ryan Graham Mar 27 at 17:04
vote up 8 vote down

GNU Tar is available as a native Windows application. However, many archiving utilities available for Windows can handle the Tar format, including my personal favourite, the excellent 7-Zip.

link|flag
vote up 4 vote down

No. You have quite a lot of options; here are two:

  1. Unix utilities for Windows
  2. 7-ZIP
link|flag
vote up 3 vote down

Yes, you can. It's included in Cygwin.

But I think the easier way is to open tar archives with 7-Zip, it comes with LGPLd library.

link|flag
vote up 3 vote down

Or download the Win32 version of tar here: http://gnuwin32.sourceforge.net/packages/gtar.htm

Just click the section where it says "binaries".

link|flag
Those are great. Gnuwin32 tools are unix to the spirit unlike those from cygwin. Cygwin tools are unix to the letter through aid of nasty kludges :( – eugensk00 Mar 27 at 17:49
vote up 2 vote down

WinZip can read tar files.

link|flag
vote up 2 vote down

http://sourceforge.net/projects/unxutils is a collection of binary Unix utilities that includes tar.

link|flag
vote up 1 vote down

If you need Linux "emulator", you can use Cygwin link text.

link|flag
vote up 1 vote down

I've been impressed with TugZip. It handles a bunch of compressed formats including tar and tgz (and it's free).

link|flag
vote up 1 vote down

If you just want tar then Ryan Graham's is the best solution. If you need some of the other UNIX tools but don't want the vast amount of bloat that Cygwin has unhappily become, see Minmalist GNU for Windows.

link|flag
or sourceforge.net/projects/unxutils, a collection of Unix utilities compiled to native Windows. – MaxVT Mar 27 at 17:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.