Untarka extracts TAR (Unix Tape ARchive) files without calling any external programs. It supports and autodetects multiple compression methods (.tar, .tar.Z, .tar.gz, .tar.bz2, .Z, .gz, and .bz2). Unix devices, sockets, hard links, symlinks, owners, and permissions are ignored during extraction.
| Tags | Utilities Archiving Compression |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix OS Independent Windows Windows |
| Implementation | C |
Recent comments
09 Feb 2005 10:40
Re: got bzlib.h?
> OK, the file tells me how to include bz2
> support. Where do i get the "bzlib.h"
> that it calls for?
Get it from
If you use Linux, it might be available as a package in your distribution.
You can try untarka without bzip2 support. Just remove the -DHAVE_BZ2LIB from the gcc command line.
09 Mar 2004 13:33
got bzlib.h?
OK, the file tells me how to include bz2 support. Where do i get the "bzlib.h" that it calls for?
tia
matt
08 Mar 2004 16:07
got C?
I put the untarka.c in /usr/bin. But i don't recall how to compile/make/install it.
yea, it's sure been a while,
matt
12 Feb 2004 08:01
Re: Comes in .tar.gz...
> I needed this for a Windows box to grab
> a file in .tar.gz format, but the
> program itself comes in a .tar.gz format
> :/
You can download the untarka.exe from the same place, but Freshmeat doesn't have a field for .exe files.
20 Aug 2003 05:52
Comes in .tar.gz...
I needed this for a Windows box to grab a file in .tar.gz format, but the program itself comes in a .tar.gz format :/
So you have to get a different program that comes in a .exe or .zip format first...