L lazlo macrumors newbie Original poster Aug 1, 2008 #1 Does anyone know where I can get gtar for the latest version of Leopard?
yeroen macrumors 6502a Aug 1, 2008 #2 The tar utility is already included as part of Darwin Typing tar --version in the terminal yields the following:tar (GNU tar) 1.15.1 If you really want the latest version (v 1.20) , download the source tarball from here: GNU tar And do the usual configure, make, install sequence to install it on your system. If you need help doing this, let us know.
The tar utility is already included as part of Darwin Typing tar --version in the terminal yields the following:tar (GNU tar) 1.15.1 If you really want the latest version (v 1.20) , download the source tarball from here: GNU tar And do the usual configure, make, install sequence to install it on your system. If you need help doing this, let us know.