|
What you need is bzip2.
If you want to use it with tar, use the j switch in stead of z (tar xjvf blah.tar.bz2)
If your tar does not support bzip2 just do "bunzip2 blah.tar.bz2" and then "tar -xvf blah.tar"
bzip2 comes with almost every modern linux distro, but is oufcourse also downloadable as source. Use Google.
|