|
About:
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.
Author:
pts [contact developer]
Tar/GZ:
http://www.inf.bme.hu/~pts/untarka-latest.tar.gz
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.00% (Rank 25525)
» Popularity: 0.28% (Rank 19065)

(click to enlarge graphs)
Record hits: 5,236
URL hits: 2,342
Subscribers: 3
|
|
Branches
Comments
[»]
Comes in .tar.gz...
by Colin - Aug 20th 2003 05:52:10
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...
[reply]
[top]
[»]
Re: Comes in .tar.gz...
by pts - Feb 12th 2004 08:01:42
> 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.
[reply]
[top]
[»]
got C?
by matt morrisey - Mar 8th 2004 16:07:57
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
[reply]
[top]
[»]
got bzlib.h?
by matt morrisey - Mar 9th 2004 13:33:47
OK, the file tells me how to include bz2 support. Where do i get the
"bzlib.h" that it calls for?
tia
matt
[reply]
[top]
[»]
Re: got bzlib.h?
by pts - Feb 9th 2005 10:40:08
> OK, the file tells me how to include bz2
> support. Where do i get the "bzlib.h"
> that it calls for?
Get it from
http://sources.redhat.com/bzip2/
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.
[reply]
[top]
|